mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_sound_s(\"red\", \"Otdvig1.ogg\"); mission.trig.func[1]='';",
            [2] = "a_out_sound_s(\"red\", \"GCRefuelDone.wav\"); mission.trig.func[2]='';",
            [3] = "a_out_sound_s(\"red\", \"GCGroundPowerOff.wav\"); mission.trig.func[3]='';",
            [4] = "a_signal_flare(\"Пуск\", \"1\", \"0\"); mission.trig.func[4]='';",
            [5] = "a_out_sound_s(\"red\", \"125Stop.wav\"); mission.trig.func[5]='';",
            [6] = "a_out_sound_s(\"red\", \"TowerUnableClearTakeoff.wav\"); mission.trig.func[6]='';",
            [7] = "a_signal_flare(\"Пуск кр ракеты\", \"1\", \"1\"); mission.trig.func[7]='';",
            [8] = "a_out_sound_s(\"red\", \"GCTurbogearOn.wav\"); mission.trig.func[8]='';",
            [9] = "a_out_sound_s(\"red\", \"GCGroundPowerOn.wav\"); mission.trig.func[9]='';",
            [10] = "a_out_sound_s(\"red\", \"GCTurbogearOff.wav\"); mission.trig.func[10]='';",
            [11] = "a_out_text_delay_s(\"red\", \"Внимание!\\\
Для начала прохождения миссии, обязательными условиями являются:\\\
Включение электропитания, раздельный запуск двигателей. Все последующие действия выполнять только после доклада наземных служб и указания РП.\", \"20\"); mission.trig.func[11]='';",
            [12] = "a_out_sound_s(\"red\", \"HoldForTraffic.wav\"); mission.trig.func[12]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
            [13] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"26\") )",
            [2] = "return(c_time_before(\"3\") )",
            [3] = "return(c_time_after(\"110\") )",
            [4] = "return(c_unit_in_zone(\"285\", \"Ракета\") )",
            [5] = "return(c_unit_in_zone(\"285\", \"Стоп\") )",
            [6] = "return(c_unit_in_zone(\"285\", \"Взлёт запрет\") )",
            [7] = "return(c_unit_in_zone(\"285\", \"Красная ракета\") )",
            [8] = "return(c_time_after(\"8\") )",
            [9] = "return(c_time_after(\"5\") )",
            [10] = "return(c_time_after(\"113\") )",
            [11] = "return(c_unit_in_zone(\"285\", \"Рекомендация\") )",
            [12] = "return(c_time_after(\"415\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 25,
            predicate = "score",
            comment = "Верт группаUH-1H",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 5,
            predicate = "score",
            comment = "Ком пункт",
        }, -- end of [2]
        [3] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 5,
            predicate = "score",
            comment = "Склад А/В",
        }, -- end of [3]
        [4] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 5,
            predicate = "score",
            comment = "ЗРК-Игла",
        }, -- end of [4]
        [5] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "Шилка",
        }, -- end of [5]
        [6] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "ЗУ в укр",
        }, -- end of [6]
        [7] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "Зу в укр",
        }, -- end of [7]
        [8] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "ЗУ в укр",
        }, -- end of [8]
        [9] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "ОБТ Т-72Б",
        }, -- end of [9]
        [10] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "ОБТ Т-72Б",
        }, -- end of [10]
        [11] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "ОБТ Т-72Б",
        }, -- end of [11]
        [12] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "ОБТ Т-72-Б",
        }, -- end of [12]
        [13] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "ОБТ Т-72Б",
        }, -- end of [13]
        [14] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "ОБТ Т-72Б",
        }, -- end of [14]
        [15] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 2,
            predicate = "score",
            comment = "БМП-2",
        }, -- end of [15]
        [16] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 2,
            predicate = "score",
            comment = "БМП-2",
        }, -- end of [16]
        [17] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 2,
            predicate = "score",
            comment = "БМП-2",
        }, -- end of [17]
        [18] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 2,
            predicate = "score",
            comment = "БМП-2",
        }, -- end of [18]
        [19] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 2,
            predicate = "score",
            comment = "БМП-2",
        }, -- end of [19]
        [20] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 2,
            predicate = "score",
            comment = "БМП-2",
        }, -- end of [20]
        [21] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 1,
            predicate = "score",
            comment = "Камаз",
        }, -- end of [21]
        [22] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 1,
            predicate = "score",
            comment = "Камаз",
        }, -- end of [22]
        [23] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 1,
            predicate = "score",
            comment = "Камаз",
        }, -- end of [23]
        [24] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 3,
            predicate = "score",
            comment = "ЗУ н/б Урал",
        }, -- end of [24]
        [25] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 6,
            predicate = "score",
            comment = "Взлёт",
        }, -- end of [25]
        [26] = 
        {
            rules = 
            {
            }, -- end of rules
            side = "OFFLINE",
            score = 6,
            predicate = "score",
            comment = "Посадка",
        }, -- end of [26]
        [27] = 
        {
            rules = 
            {
                [1] = 
                {
                    predicate = "c_mission_score_higher",
                    coalitionlist = "offline",
                    score = 74,
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 75,
            predicate = "score",
            comment = "Успех",
        }, -- end of [27]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"26\") then a_out_sound_s(\"red\", \"Otdvig1.ogg\"); mission.trigfunc[1]='';end;",
        [2] = "if c_time_before(\"3\") then a_out_sound_s(\"red\", \"GCRefuelDone.wav\"); mission.trigfunc[2]='';end;",
        [3] = "if c_time_after(\"110\") then a_out_sound_s(\"red\", \"GCGroundPowerOff.wav\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"285\", \"Ракета\") then a_signal_flare(\"Пуск\", \"1\", \"0\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_in_zone(\"285\", \"Стоп\") then a_out_sound_s(\"red\", \"125Stop.wav\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_in_zone(\"285\", \"Взлёт запрет\") then a_out_sound_s(\"red\", \"TowerUnableClearTakeoff.wav\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_in_zone(\"285\", \"Красная ракета\") then a_signal_flare(\"Пуск кр ракеты\", \"1\", \"1\"); mission.trigfunc[7]='';end;",
        [8] = "if c_time_after(\"8\") then a_out_sound_s(\"red\", \"GCTurbogearOn.wav\"); mission.trigfunc[8]='';end;",
        [9] = "if c_time_after(\"5\") then a_out_sound_s(\"red\", \"GCGroundPowerOn.wav\"); mission.trigfunc[9]='';end;",
        [10] = "if c_time_after(\"113\") then a_out_sound_s(\"red\", \"GCTurbogearOff.wav\"); mission.trigfunc[10]='';end;",
        [11] = "if c_unit_in_zone(\"285\", \"Рекомендация\") then a_out_text_delay_s(\"red\", \"Внимание!\\\
Для начала прохождения миссии, обязательными условиями являются:\\\
Включение электропитания, раздельный запуск двигателей. Все последующие действия выполнять только после доклада наземных служб и указания РП.\", \"20\"); mission.trigfunc[11]='';end;",
        [12] = "if c_time_after(\"415\") then a_out_sound_s(\"red\", \"HoldForTraffic.wav\"); mission.trigfunc[12]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        name_ru = "Лето. Жара",
        wind = 
        {
            at8000 = 
            {
                speed = 6,
                dir = 340,
            }, -- end of at8000
            atGround = 
            {
                speed = 1,
                dir = 340,
            }, -- end of atGround
            at2000 = 
            {
                speed = 3,
                dir = 340,
            }, -- end of at2000
        }, -- end of wind
        name_fr = "Eté. Chaud",
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        season = 
        {
            iseason = 1,
            temperature = 26,
        }, -- end of season
        qnh = 760,
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            visibility = 1000,
            thickness = 0,
        }, -- end of fog
        name_de = "Sommer. Hitze",
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        name_es = "Verano. Cálido",
        clouds = 
        {
            density = 0,
            thickness = 0,
            base = 1000,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_mission_score_higher(\"offline\", \"74\")  then a_set_mission_result(75) end",
        offline = 
        {
            conditions = 
            {
                [27] = "return(c_mission_score_higher(\"offline\", \"74\") )",
            }, -- end of conditions
            actions = 
            {
                [27] = "a_set_mission_result(75)",
            }, -- end of actions
            func = 
            {
                [27] = "if mission.result.offline.conditions[27]() then mission.result.offline.actions[27]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 90,
                zoneId = 4,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74807916257807,
                hidden = true,
                long = 0.71790409178104,
                x = -220334.55496451,
                name = "Борт заправлен",
                y = 564817.65878593,
            }, -- end of [1]
            [2] = 
            {
                radius = 40,
                zoneId = 10,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74796613874545,
                hidden = true,
                long = 0.71803420314889,
                x = -220995.28155967,
                name = "Взлёт запрет",
                y = 565498.71156798,
            }, -- end of [2]
            [3] = 
            {
                radius = 40,
                zoneId = 11,
                color = 
                {
                    [1] = 0.50196078431373,
                    [2] = 0,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74796589482194,
                hidden = true,
                long = 0.71803402753402,
                x = -220996.91520664,
                name = "Красная ракета",
                y = 565498.0416817,
            }, -- end of [3]
            [4] = 
            {
                radius = 65,
                zoneId = 14,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74807786151687,
                hidden = true,
                long = 0.71790140790167,
                x = -220344.06371174,
                name = "От двигателей",
                y = 564805.89484758,
            }, -- end of [4]
            [5] = 
            {
                radius = 70,
                zoneId = 6,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74807826809833,
                hidden = true,
                long = 0.71790285334409,
                x = -220340.81613516,
                name = "Питание откл",
                y = 564812.41546757,
            }, -- end of [5]
            [6] = 
            {
                radius = 40,
                zoneId = 16,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74796703313213,
                hidden = true,
                long = 0.71803421020118,
                x = -220989.58132657,
                name = "Продолжайте руление",
                y = 565498.18213574,
            }, -- end of [6]
            [7] = 
            {
                radius = 20,
                zoneId = 8,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74800963932106,
                hidden = true,
                long = 0.71792216513371,
                x = -220769.17674516,
                name = "Пуск",
                y = 564946.11207413,
            }, -- end of [7]
            [8] = 
            {
                radius = 10,
                zoneId = 12,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74794459238156,
                hidden = true,
                long = 0.71801795815131,
                x = -221139.91894493,
                name = "Пуск кр ракеты",
                y = 565436.1048389,
            }, -- end of [8]
            [9] = 
            {
                radius = 50,
                zoneId = 7,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74796524435952,
                hidden = true,
                long = 0.71800761670167,
                x = -221013.07681073,
                name = "Ракета",
                y = 565374.63511587,
            }, -- end of [9]
            [10] = 
            {
                radius = 30,
                zoneId = 15,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74807761756807,
                hidden = true,
                long = 0.71790444494758,
                x = -220344.23559017,
                name = "Рекомендация",
                y = 564820.28613406,
            }, -- end of [10]
            [11] = 
            {
                radius = 40,
                zoneId = 9,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74796719574797,
                hidden = true,
                long = 0.71803491369338,
                x = -220988.22537757,
                name = "Стоп",
                y = 565501.37787999,
            }, -- end of [11]
            [12] = 
            {
                radius = 80,
                zoneId = 13,
                color = 
                {
                    [1] = 0,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74807891862897,
                hidden = true,
                long = 0.71790263858093,
                x = -220336.77014297,
                name = "Турбоприво подкл",
                y = 564810.99951536,
            }, -- end of [12]
            [13] = 
            {
                radius = 75,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74807769888433,
                hidden = true,
                long = 0.71790271614089,
                x = -220344.5043235,
                name = "Турбопривод откл",
                y = 564812.13023792,
            }, -- end of [13]
            [14] = 
            {
                radius = 85,
                zoneId = 2,
                color = 
                {
                    [1] = 0,
                    [2] = 0.50196078431373,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74807956916002,
                hidden = true,
                long = 0.71790276802825,
                x = -220332.56751429,
                name = "Электропит подкл",
                y = 564811.19724339,
            }, -- end of [14]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72406665110067,
        zoom = 200000,
        centerX = 0.75082274218112,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 16,
            [2] = 2,
            [3] = 1,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "В 2008 г., грузинским правительством, совместно с разработкой плана \"Чистое поле\" по нападению на Ю.Осетию, был разработан план \"Скала\" по восстановлению территориальной целостности Грузии в  Республике Абхазия. Основная ударная сила и командный пункт грузинских войск,расположились в верховьях р.Кодор. В сёлах Ажара и Чхалта.\
От туда и планировался основной бросок ударных сил, до подхода войск с юго-восточного направления. Дальнейший план действий сводился к захвату морского порта, аэропорта Бабушара, Дома Правителства, а так же к свержению законной власти Республики Абхазия и установлению своего, так называемого, конституционного порядка. Подобный сценарий уже разыгрывалвался в 1992- 1993 годах, но потерпел сокрушительный крах.\
Положение на текущие сутки:  Ночью с помощью осветительных бомб, звеном Су-24 была произведена разведка местности в с. Ажара и Чхалта.\
В 04.00. Был нанесён первый ракетно-бомбовый удар по этим укрепрайонам, нашими штурмовиками и артилеррией абхазской армии\
В 05.00. Был нанесён ещё один удар по населённому пункту Куабчара. Где по предворительным данным, тоже наблюдалось скопление живой силы противника.\
В 06.00. Вооружённые силы абхазской армии начали наступление на с. Чхалта.\
Ведутся  бои местного масштаба. В поддержку войскам для подавления огневых точек противника, вылетело звено Ми-24.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
        [9] = true,
        [10] = true,
        [11] = true,
        [12] = true,
    }, -- end of trigflag
    descriptionRedTask = "09.08.2008г. 05ч 59мин.\
Звену Су-25Т (позывной ведущего\"125\")\
на ВЗЛЁТ.\
Основная задача: поддержать начало наступления абхазской армии с воздуха.\
В районе  ППМ-3,(высота полёта при подходе к точке, не ниже 3500м) обнаружить и уничтожить  командный  пункт противника, а так же, склад с боеприпасами, и артвооружением. Ночной вылет разведчиков не дал результатов о расположении огневых точек прикрытия противника, будьте предельно внимательны. \
 Далее:    По крайнему докладу разведки наступающей стороны, им на встречу движется колонна бронетанковой техники и живой силы противника. Вне зависимости от исхода наступления, не дайте противнику прорваться в район тоннеля в с. Лата.\
После выполнения задачи, посадка на аэродром - Бабушара (Сухум), запасной  - Бамбора (Гудаута).",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "66721859{919A6E71-ED38-4b98-B7C4-B3A1016D2809}.jpg",
        [2] = "Scr_12-05-21_08-57-36{E9862B7D-8890-4669-807D-D59CB09C4B0F}.png",
        [3] = "ScreenShot_005{D8C956AC-50DD-42df-A6B3-ECFA3FE92623}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 26,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    countrylist = "",
                    file = "Otdvig1.ogg",
                    text = "",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Запрос запуск От двиг",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
            }, -- end of rules
            actions = 
            {
            }, -- end of actions
            comment = "Пуск",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 3,
                    predicate = "c_time_before",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    text = "",
                    file = "GCRefuelDone.wav",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Борт заправлен",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 110,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    text = "",
                    file = "GCGroundPowerOff.wav",
                    predicate = "a_out_sound_s",
                    coalitionlist = "red",
                }, -- end of [1]
            }, -- end of actions
            comment = "Питание откл",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 7,
                    predicate = "c_unit_in_zone",
                    unit = 285,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    altitude = 1,
                    seconds = 10,
                    zone = 8,
                    color = "0",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [1]
            }, -- end of actions
            comment = "ракета",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 9,
                    predicate = "c_unit_in_zone",
                    unit = 285,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    text = "",
                    file = "125Stop.wav",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Стоп",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 10,
                    predicate = "c_unit_in_zone",
                    unit = 285,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    text = "",
                    predicate = "a_out_sound_s",
                    file = "TowerUnableClearTakeoff.wav",
                }, -- end of [1]
            }, -- end of actions
            comment = "Взлёт запрет",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 11,
                    predicate = "c_unit_in_zone",
                    unit = 285,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    altitude = 1,
                    seconds = 10,
                    zone = 12,
                    color = "1",
                    text = "",
                    predicate = "a_signal_flare",
                }, -- end of [1]
            }, -- end of actions
            comment = "Красная ракета",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 8,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    seconds = 10,
                    text = "",
                    predicate = "a_out_sound_s",
                    file = "GCTurbogearOn.wav",
                }, -- end of [1]
            }, -- end of actions
            comment = "турбоприводподкл",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 1,
                    seconds = 5,
                    predicate = "c_time_after",
                    zone = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    text = "",
                    predicate = "a_out_sound_s",
                    file = "GCGroundPowerOn.wav",
                }, -- end of [1]
            }, -- end of actions
            comment = "Электропит подкл",
        }, -- end of [10]
        [11] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 113,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    text = "",
                    predicate = "a_out_sound_s",
                    file = "GCTurbogearOff.wav",
                }, -- end of [1]
            }, -- end of actions
            comment = "Турбопривод откл",
        }, -- end of [11]
        [12] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 15,
                    predicate = "c_unit_in_zone",
                    unit = 285,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 20,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Внимание!\
Для начала прохождения миссии, обязательными условиями являются:\
Включение электропитания, раздельный запуск двигателей. Все последующие действия выполнять только после доклада наземных служб и указания РП.",
                }, -- end of [1]
            }, -- end of actions
            comment = "Рекомедация",
        }, -- end of [12]
        [13] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 16,
                    seconds = 415,
                    predicate = "c_time_after",
                    unit = 285,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    text = "",
                    file = "HoldForTraffic.wav",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Продолжайте руление",
        }, -- end of [13]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Вертол. группа",
                                groupId = 5,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 639,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75234959123704,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72873785287857,
                                            x = -188012.04000718,
                                            speed = 0,
                                            y = 612733.72738881,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 900,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "UH-1H",
                                        CLSID = "{111132D6-F3AA-4C00-A53A-A6C5FB298572}",
                                        unitId = 6,
                                        lat = 0.75234959123704,
                                        skill = "High",
                                        long = 0.72873785287857,
                                        x = -188012.04000718,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "680",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 612733.72738881,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Вертол. группа #002",
                                groupId = 176,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 635,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 41.666666666667,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74777264343884,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7176742438747,
                                            x = -222391.59963965,
                                            speed = 55.555555555556,
                                            y = 563932.89196972,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74824489809441,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71796394665553,
                                            x = -219251.62323157,
                                            speed = 55.555555555556,
                                            y = 564994.02855267,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 41.666666666667,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 600,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 276,
                                        lat = 0.737234,
                                        skill = "High",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Пилот #12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 89,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 277,
                                        lat = 0.737227,
                                        skill = "High",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Пилот #13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 90,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73573506267435,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72716405320089,
                                            x = -294618.76910541,
                                            speed = 0,
                                            y = 616309.47574596,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 58,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ELNYA",
                                        CLSID = "{63CAFD18-C960-476B-BE9D-865C53A88146}",
                                        unitId = 84,
                                        lat = 0.73573506267435,
                                        skill = "Excellent",
                                        long = 0.72716405320089,
                                        x = -294618.76910541,
                                        name = "Юнит #20",
                                        heading = 1.3962634015955,
                                        y = 616309.47574596,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 51,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73571158569081,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72697701721562,
                                            x = -294858.61542189,
                                            speed = 0,
                                            y = 615437.94661441,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 57,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "speedboat",
                                        CLSID = "{6449989a-2f92-48ed-89bf-d0ae87176cb3}",
                                        unitId = 83,
                                        lat = 0.73571158569081,
                                        skill = "Excellent",
                                        long = 0.72697701721562,
                                        x = -294858.61542189,
                                        name = "Юнит #19",
                                        heading = 6.1086523819802,
                                        y = 615437.94661441,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 592,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7357168116885,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72717657706527,
                                            x = -294729.00405553,
                                            speed = 5.5555555555556,
                                            y = 616380.48376973,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 182,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Dry-cargo ship-2",
                                        CLSID = "{21B074E6-780D-4ba5-963E-94D5C8436A4E}",
                                        unitId = 283,
                                        lat = 0.7357168116885,
                                        skill = "Excellent",
                                        long = 0.72717657706527,
                                        x = -294729.00405553,
                                        name = "Юнит #39",
                                        heading = 1.3962634015955,
                                        y = 616380.48376973,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 776,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75234371312561,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72838316974694,
                                            x = -188221.94864877,
                                            speed = 0,
                                            y = 611080.134937,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 131,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Stinger manpad",
                                        CLSID = "{B84C5FC5-9893-45e4-A712-E3D4D201A003}",
                                        unitId = 208,
                                        lat = 0.75234371312561,
                                        skill = "Average",
                                        long = 0.72838316974694,
                                        x = -188221.94864877,
                                        name = "Юнит #71",
                                        heading = 4.2052904759924,
                                        y = 611080.134937,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #031",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [127] = 
                                            {
                                                long = 0.72476873111926,
                                                lat = 0.75103660978553,
                                            }, -- end of [127]
                                            [158] = 
                                            {
                                                long = 0.7232724797086,
                                                lat = 0.75107847741425,
                                            }, -- end of [158]
                                            [190] = 
                                            {
                                                long = 0.72212883013635,
                                                lat = 0.75104096410926,
                                            }, -- end of [190]
                                            [222] = 
                                            {
                                                long = 0.72141793638833,
                                                lat = 0.75129465337275,
                                            }, -- end of [222]
                                            [1] = 
                                            {
                                                long = 0.7300246409372,
                                                lat = 0.75221642429726,
                                            }, -- end of [1]
                                            [316] = 
                                            {
                                                long = 0.71956396023008,
                                                lat = 0.75074854600347,
                                            }, -- end of [316]
                                            [2] = 
                                            {
                                                long = 0.7300246409372,
                                                lat = 0.75221642429726,
                                            }, -- end of [2]
                                            [3] = 
                                            {
                                                long = 0.7300224232326,
                                                lat = 0.7522161251129,
                                            }, -- end of [3]
                                            [4] = 
                                            {
                                                long = 0.72995128793572,
                                                lat = 0.75222047778922,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.72984441845284,
                                                lat = 0.75221253310019,
                                            }, -- end of [5]
                                            [6] = 
                                            {
                                                long = 0.72980546412561,
                                                lat = 0.75221869785338,
                                            }, -- end of [6]
                                            [7] = 
                                            {
                                                long = 0.72980347682304,
                                                lat = 0.75222199184203,
                                            }, -- end of [7]
                                            [8] = 
                                            {
                                                long = 0.72980603023097,
                                                lat = 0.75223372436994,
                                            }, -- end of [8]
                                            [10] = 
                                            {
                                                long = 0.72983430812304,
                                                lat = 0.75223890671251,
                                            }, -- end of [10]
                                            [12] = 
                                            {
                                                long = 0.72983911861068,
                                                lat = 0.75224920803273,
                                            }, -- end of [12]
                                            [14] = 
                                            {
                                                long = 0.72978395342674,
                                                lat = 0.75229587737169,
                                            }, -- end of [14]
                                            [16] = 
                                            {
                                                long = 0.72973988473152,
                                                lat = 0.75230447870451,
                                            }, -- end of [16]
                                            [20] = 
                                            {
                                                long = 0.72961041264301,
                                                lat = 0.75229584211991,
                                            }, -- end of [20]
                                            [24] = 
                                            {
                                                long = 0.72945246814099,
                                                lat = 0.75231852344923,
                                            }, -- end of [24]
                                            [28] = 
                                            {
                                                long = 0.72935351320759,
                                                lat = 0.75230310989469,
                                            }, -- end of [28]
                                            [32] = 
                                            {
                                                long = 0.72929975781603,
                                                lat = 0.75233223129613,
                                            }, -- end of [32]
                                            [40] = 
                                            {
                                                long = 0.72922545461487,
                                                lat = 0.75228939323366,
                                            }, -- end of [40]
                                            [48] = 
                                            {
                                                long = 0.72867481621467,
                                                lat = 0.75237574399525,
                                            }, -- end of [48]
                                            [56] = 
                                            {
                                                long = 0.72819530309433,
                                                lat = 0.7523562451381,
                                            }, -- end of [56]
                                            [64] = 
                                            {
                                                long = 0.72774278896783,
                                                lat = 0.75222180256466,
                                            }, -- end of [64]
                                            [80] = 
                                            {
                                                long = 0.72693503726432,
                                                lat = 0.75188954030827,
                                            }, -- end of [80]
                                            [96] = 
                                            {
                                                long = 0.72623953381066,
                                                lat = 0.75166939247791,
                                            }, -- end of [96]
                                            [112] = 
                                            {
                                                long = 0.72549357453438,
                                                lat = 0.75132626844023,
                                            }, -- end of [112]
                                            [128] = 
                                            {
                                                long = 0.72470450688685,
                                                lat = 0.75104409787069,
                                            }, -- end of [128]
                                            [160] = 
                                            {
                                                long = 0.72322872214476,
                                                lat = 0.75106069087091,
                                            }, -- end of [160]
                                            [192] = 
                                            {
                                                long = 0.72207913828915,
                                                lat = 0.75104533242384,
                                            }, -- end of [192]
                                            [224] = 
                                            {
                                                long = 0.72138384732007,
                                                lat = 0.7512824743405,
                                            }, -- end of [224]
                                            [256] = 
                                            {
                                                long = 0.72102305960565,
                                                lat = 0.75112183737976,
                                            }, -- end of [256]
                                            [320] = 
                                            {
                                                long = 0.71946073588337,
                                                lat = 0.75065938496804,
                                            }, -- end of [320]
                                            [257] = 
                                            {
                                                long = 0.72101652140608,
                                                lat = 0.75112412099748,
                                            }, -- end of [257]
                                            [321] = 
                                            {
                                                long = 0.7194372434286,
                                                lat = 0.7506158695197,
                                            }, -- end of [321]
                                            [129] = 
                                            {
                                                long = 0.72469297932899,
                                                lat = 0.75104276481346,
                                            }, -- end of [129]
                                            [161] = 
                                            {
                                                long = 0.72320124070194,
                                                lat = 0.75105849288186,
                                            }, -- end of [161]
                                            [193] = 
                                            {
                                                long = 0.72205490781304,
                                                lat = 0.75104028836772,
                                            }, -- end of [193]
                                            [225] = 
                                            {
                                                long = 0.72138365545229,
                                                lat = 0.75131639906868,
                                            }, -- end of [225]
                                            [258] = 
                                            {
                                                long = 0.72096881948839,
                                                lat = 0.75112823710779,
                                            }, -- end of [258]
                                            [322] = 
                                            {
                                                long = 0.71942093764748,
                                                lat = 0.75059718883717,
                                            }, -- end of [322]
                                            [65] = 
                                            {
                                                long = 0.72771479044163,
                                                lat = 0.75221099533771,
                                            }, -- end of [65]
                                            [81] = 
                                            {
                                                long = 0.72691076090213,
                                                lat = 0.75188220558792,
                                            }, -- end of [81]
                                            [97] = 
                                            {
                                                long = 0.72623090298538,
                                                lat = 0.75166361029517,
                                            }, -- end of [97]
                                            [113] = 
                                            {
                                                long = 0.72546151007276,
                                                lat = 0.75129909447971,
                                            }, -- end of [113]
                                            [130] = 
                                            {
                                                long = 0.72462140965537,
                                                lat = 0.751027488341,
                                            }, -- end of [130]
                                            [162] = 
                                            {
                                                long = 0.72311930571798,
                                                lat = 0.75101834122485,
                                            }, -- end of [162]
                                            [194] = 
                                            {
                                                long = 0.72203327051605,
                                                lat = 0.75103073571864,
                                            }, -- end of [194]
                                            [226] = 
                                            {
                                                long = 0.72137814490734,
                                                lat = 0.75132072796931,
                                            }, -- end of [226]
                                            [260] = 
                                            {
                                                long = 0.7209347973158,
                                                lat = 0.7511290757823,
                                            }, -- end of [260]
                                            [324] = 
                                            {
                                                long = 0.71927353010206,
                                                lat = 0.75049574834069,
                                            }, -- end of [324]
                                            [261] = 
                                            {
                                                long = 0.72092718235528,
                                                lat = 0.75112264613729,
                                            }, -- end of [261]
                                            [325] = 
                                            {
                                                long = 0.71926040551401,
                                                lat = 0.75049221811042,
                                            }, -- end of [325]
                                            [131] = 
                                            {
                                                long = 0.72459369813317,
                                                lat = 0.75102595518863,
                                            }, -- end of [131]
                                            [163] = 
                                            {
                                                long = 0.72310589520404,
                                                lat = 0.7510180804504,
                                            }, -- end of [163]
                                            [195] = 
                                            {
                                                long = 0.72199914791804,
                                                lat = 0.75100812992351,
                                            }, -- end of [195]
                                            [227] = 
                                            {
                                                long = 0.72137004882306,
                                                lat = 0.75132100759039,
                                            }, -- end of [227]
                                            [262] = 
                                            {
                                                long = 0.72090639532958,
                                                lat = 0.75107910804472,
                                            }, -- end of [262]
                                            [326] = 
                                            {
                                                long = 0.71926040551401,
                                                lat = 0.75049221811042,
                                            }, -- end of [326]
                                            [33] = 
                                            {
                                                long = 0.72928864951359,
                                                lat = 0.75233097162421,
                                            }, -- end of [33]
                                            [41] = 
                                            {
                                                long = 0.72915700822765,
                                                lat = 0.75233479608876,
                                            }, -- end of [41]
                                            [49] = 
                                            {
                                                long = 0.72858414112423,
                                                lat = 0.75237091885427,
                                            }, -- end of [49]
                                            [57] = 
                                            {
                                                long = 0.72817195522257,
                                                lat = 0.75235254411642,
                                            }, -- end of [57]
                                            [66] = 
                                            {
                                                long = 0.72768467487709,
                                                lat = 0.75220411747197,
                                            }, -- end of [66]
                                            [82] = 
                                            {
                                                long = 0.72686613925569,
                                                lat = 0.75184690607508,
                                            }, -- end of [82]
                                            [98] = 
                                            {
                                                long = 0.72608742682558,
                                                lat = 0.75162777796411,
                                            }, -- end of [98]
                                            [114] = 
                                            {
                                                long = 0.72541450207323,
                                                lat = 0.75128364330488,
                                            }, -- end of [114]
                                            [132] = 
                                            {
                                                long = 0.72455167829527,
                                                lat = 0.75102463057023,
                                            }, -- end of [132]
                                            [164] = 
                                            {
                                                long = 0.72309663324723,
                                                lat = 0.75102229999392,
                                            }, -- end of [164]
                                            [196] = 
                                            {
                                                long = 0.72199914791804,
                                                lat = 0.75100812992351,
                                            }, -- end of [196]
                                            [228] = 
                                            {
                                                long = 0.72133761248786,
                                                lat = 0.7513076076168,
                                            }, -- end of [228]
                                            [264] = 
                                            {
                                                long = 0.72083468037914,
                                                lat = 0.75098512732802,
                                            }, -- end of [264]
                                            [328] = 
                                            {
                                                long = 0.71924116302608,
                                                lat = 0.7504920419066,
                                            }, -- end of [328]
                                            [265] = 
                                            {
                                                long = 0.72081250384231,
                                                lat = 0.75097308852881,
                                            }, -- end of [265]
                                            [329] = 
                                            {
                                                long = 0.71924006116088,
                                                lat = 0.75049223338429,
                                            }, -- end of [329]
                                            [133] = 
                                            {
                                                long = 0.72449206887459,
                                                lat = 0.75101685185756,
                                            }, -- end of [133]
                                            [165] = 
                                            {
                                                long = 0.72306321549203,
                                                lat = 0.75104456013214,
                                            }, -- end of [165]
                                            [197] = 
                                            {
                                                long = 0.72198243836323,
                                                lat = 0.75100017623845,
                                            }, -- end of [197]
                                            [229] = 
                                            {
                                                long = 0.7213297707022,
                                                lat = 0.75130896738668,
                                            }, -- end of [229]
                                            [266] = 
                                            {
                                                long = 0.72078713641878,
                                                lat = 0.75096512881955,
                                            }, -- end of [266]
                                            [330] = 
                                            {
                                                long = 0.71924006116088,
                                                lat = 0.75049223338429,
                                            }, -- end of [330]
                                            [67] = 
                                            {
                                                long = 0.727544910036,
                                                lat = 0.75218694760214,
                                            }, -- end of [67]
                                            [83] = 
                                            {
                                                long = 0.72668804213831,
                                                lat = 0.75182552796434,
                                            }, -- end of [83]
                                            [99] = 
                                            {
                                                long = 0.72601339588931,
                                                lat = 0.75160457604335,
                                            }, -- end of [99]
                                            [115] = 
                                            {
                                                long = 0.72539824694722,
                                                lat = 0.75127380100473,
                                            }, -- end of [115]
                                            [134] = 
                                            {
                                                long = 0.72441788416717,
                                                lat = 0.75102350676527,
                                            }, -- end of [134]
                                            [166] = 
                                            {
                                                long = 0.72302950022457,
                                                lat = 0.75106001266902,
                                            }, -- end of [166]
                                            [198] = 
                                            {
                                                long = 0.72196330516213,
                                                lat = 0.75099640414358,
                                            }, -- end of [198]
                                            [230] = 
                                            {
                                                long = 0.72132553151939,
                                                lat = 0.75131398792126,
                                            }, -- end of [230]
                                            [268] = 
                                            {
                                                long = 0.72073816766402,
                                                lat = 0.75095512376658,
                                            }, -- end of [268]
                                            [332] = 
                                            {
                                                long = 0.71906614710609,
                                                lat = 0.75051801873707,
                                            }, -- end of [332]
                                            [269] = 
                                            {
                                                long = 0.72072938377544,
                                                lat = 0.75095741333661,
                                            }, -- end of [269]
                                            [333] = 
                                            {
                                                long = 0.71904430973241,
                                                lat = 0.75051307848823,
                                            }, -- end of [333]
                                            [135] = 
                                            {
                                                long = 0.724340191164,
                                                lat = 0.75101801926136,
                                            }, -- end of [135]
                                            [167] = 
                                            {
                                                long = 0.72299271611768,
                                                lat = 0.75107106094081,
                                            }, -- end of [167]
                                            [199] = 
                                            {
                                                long = 0.72166141141268,
                                                lat = 0.75097323496155,
                                            }, -- end of [199]
                                            [231] = 
                                            {
                                                long = 0.72132293446395,
                                                lat = 0.75132320542206,
                                            }, -- end of [231]
                                            [17] = 
                                            {
                                                long = 0.72972263743312,
                                                lat = 0.75230299154399,
                                            }, -- end of [17]
                                            [21] = 
                                            {
                                                long = 0.72955553086875,
                                                lat = 0.75232081927232,
                                            }, -- end of [21]
                                            [25] = 
                                            {
                                                long = 0.72941603181693,
                                                lat = 0.75232362199881,
                                            }, -- end of [25]
                                            [29] = 
                                            {
                                                long = 0.72934005966065,
                                                lat = 0.75230564272495,
                                            }, -- end of [29]
                                            [34] = 
                                            {
                                                long = 0.7292776279989,
                                                lat = 0.75232436768226,
                                            }, -- end of [34]
                                            [42] = 
                                            {
                                                long = 0.72913999129531,
                                                lat = 0.75234011481223,
                                            }, -- end of [42]
                                            [50] = 
                                            {
                                                long = 0.72855094287839,
                                                lat = 0.75237174872814,
                                            }, -- end of [50]
                                            [58] = 
                                            {
                                                long = 0.72807173486855,
                                                lat = 0.75232742932885,
                                            }, -- end of [58]
                                            [68] = 
                                            {
                                                long = 0.7275060778964,
                                                lat = 0.75217751541824,
                                            }, -- end of [68]
                                            [84] = 
                                            {
                                                long = 0.72657244781076,
                                                lat = 0.75179860025749,
                                            }, -- end of [84]
                                            [100] = 
                                            {
                                                long = 0.72597432752403,
                                                lat = 0.75159701483361,
                                            }, -- end of [100]
                                            [116] = 
                                            {
                                                long = 0.72538639852858,
                                                lat = 0.75126103611945,
                                            }, -- end of [116]
                                            [136] = 
                                            {
                                                long = 0.72431154704356,
                                                lat = 0.75101904944592,
                                            }, -- end of [136]
                                            [168] = 
                                            {
                                                long = 0.72295389058809,
                                                lat = 0.75107739312376,
                                            }, -- end of [168]
                                            [200] = 
                                            {
                                                long = 0.72165115770091,
                                                lat = 0.75097650010005,
                                            }, -- end of [200]
                                            [232] = 
                                            {
                                                long = 0.72131766761467,
                                                lat = 0.75132461190572,
                                            }, -- end of [232]
                                            [272] = 
                                            {
                                                long = 0.72069139320172,
                                                lat = 0.75097313781672,
                                            }, -- end of [272]
                                            [336] = 
                                            {
                                                long = 0.71900128185701,
                                                lat = 0.75049239699483,
                                            }, -- end of [336]
                                            [273] = 
                                            {
                                                long = 0.72067096030784,
                                                lat = 0.75095500438519,
                                            }, -- end of [273]
                                            [337] = 
                                            {
                                                long = 0.71900128185701,
                                                lat = 0.75049239699483,
                                            }, -- end of [337]
                                            [137] = 
                                            {
                                                long = 0.72431154704356,
                                                lat = 0.75101904944592,
                                            }, -- end of [137]
                                            [169] = 
                                            {
                                                long = 0.72292413626208,
                                                lat = 0.75107889201428,
                                            }, -- end of [169]
                                            [201] = 
                                            {
                                                long = 0.7216447922389,
                                                lat = 0.75098316890785,
                                            }, -- end of [201]
                                            [233] = 
                                            {
                                                long = 0.72131420256019,
                                                lat = 0.75132274644416,
                                            }, -- end of [233]
                                            [274] = 
                                            {
                                                long = 0.72061076542592,
                                                lat = 0.7509292522309,
                                            }, -- end of [274]
                                            [338] = 
                                            {
                                                long = 0.71895536773097,
                                                lat = 0.75047820123123,
                                            }, -- end of [338]
                                            [69] = 
                                            {
                                                long = 0.72742267344706,
                                                lat = 0.75217023350642,
                                            }, -- end of [69]
                                            [85] = 
                                            {
                                                long = 0.72650891897485,
                                                lat = 0.75180138567576,
                                            }, -- end of [85]
                                            [101] = 
                                            {
                                                long = 0.72591392591227,
                                                lat = 0.75158847643465,
                                            }, -- end of [101]
                                            [117] = 
                                            {
                                                long = 0.72537983954578,
                                                lat = 0.75124630262381,
                                            }, -- end of [117]
                                            [138] = 
                                            {
                                                long = 0.72412609113668,
                                                lat = 0.75102570931085,
                                            }, -- end of [138]
                                            [170] = 
                                            {
                                                long = 0.72283425310936,
                                                lat = 0.75107966410897,
                                            }, -- end of [170]
                                            [202] = 
                                            {
                                                long = 0.7216433737344,
                                                lat = 0.75098923883416,
                                            }, -- end of [202]
                                            [234] = 
                                            {
                                                long = 0.72129544835691,
                                                lat = 0.75130057175684,
                                            }, -- end of [234]
                                            [276] = 
                                            {
                                                long = 0.72058851859193,
                                                lat = 0.75090402847481,
                                            }, -- end of [276]
                                            [340] = 
                                            {
                                                long = 0.71882074078648,
                                                lat = 0.75041591735719,
                                            }, -- end of [340]
                                            [277] = 
                                            {
                                                long = 0.72058654720012,
                                                lat = 0.7508926331446,
                                            }, -- end of [277]
                                            [341] = 
                                            {
                                                long = 0.718744695821,
                                                lat = 0.75033896878597,
                                            }, -- end of [341]
                                            [139] = 
                                            {
                                                long = 0.72411137035374,
                                                lat = 0.75103065551913,
                                            }, -- end of [139]
                                            [171] = 
                                            {
                                                long = 0.7228287170808,
                                                lat = 0.7510829784688,
                                            }, -- end of [171]
                                            [203] = 
                                            {
                                                long = 0.72164560848622,
                                                lat = 0.75104794703093,
                                            }, -- end of [203]
                                            [235] = 
                                            {
                                                long = 0.72126162550135,
                                                lat = 0.75128562367708,
                                            }, -- end of [235]
                                            [278] = 
                                            {
                                                long = 0.72058562187791,
                                                lat = 0.75083445579102,
                                            }, -- end of [278]
                                            [342] = 
                                            {
                                                long = 0.71872264541296,
                                                lat = 0.75032438499278,
                                            }, -- end of [342]
                                            [35] = 
                                            {
                                                long = 0.72927348624934,
                                                lat = 0.752314955084,
                                            }, -- end of [35]
                                            [43] = 
                                            {
                                                long = 0.72903204101169,
                                                lat = 0.75234555290129,
                                            }, -- end of [43]
                                            [51] = 
                                            {
                                                long = 0.72848525922294,
                                                lat = 0.75237539273297,
                                            }, -- end of [51]
                                            [59] = 
                                            {
                                                long = 0.72798060256319,
                                                lat = 0.75231715389714,
                                            }, -- end of [59]
                                            [70] = 
                                            {
                                                long = 0.72741759339252,
                                                lat = 0.75216614760711,
                                            }, -- end of [70]
                                            [86] = 
                                            {
                                                long = 0.7264916356858,
                                                lat = 0.75179728224507,
                                            }, -- end of [86]
                                            [102] = 
                                            {
                                                long = 0.72589774820537,
                                                lat = 0.75158153677123,
                                            }, -- end of [102]
                                            [118] = 
                                            {
                                                long = 0.72537680862005,
                                                lat = 0.75122313982374,
                                            }, -- end of [118]
                                            [140] = 
                                            {
                                                long = 0.72410260523519,
                                                lat = 0.7510368835424,
                                            }, -- end of [140]
                                            [172] = 
                                            {
                                                long = 0.72281289240266,
                                                lat = 0.75110094850284,
                                            }, -- end of [172]
                                            [204] = 
                                            {
                                                long = 0.72164071681028,
                                                lat = 0.75106384865949,
                                            }, -- end of [204]
                                            [236] = 
                                            {
                                                long = 0.72125603158061,
                                                lat = 0.75127834079145,
                                            }, -- end of [236]
                                            [280] = 
                                            {
                                                long = 0.72057279804883,
                                                lat = 0.75082981747793,
                                            }, -- end of [280]
                                            [344] = 
                                            {
                                                long = 0.71866867711402,
                                                lat = 0.75030699462648,
                                            }, -- end of [344]
                                            [281] = 
                                            {
                                                long = 0.72046957078436,
                                                lat = 0.75088600887717,
                                            }, -- end of [281]
                                            [345] = 
                                            {
                                                long = 0.71863921327636,
                                                lat = 0.75030495328219,
                                            }, -- end of [345]
                                            [141] = 
                                            {
                                                long = 0.72406076637026,
                                                lat = 0.75107541020187,
                                            }, -- end of [141]
                                            [173] = 
                                            {
                                                long = 0.72280188211359,
                                                lat = 0.75110647357671,
                                            }, -- end of [173]
                                            [205] = 
                                            {
                                                long = 0.72163036867851,
                                                lat = 0.75107818864687,
                                            }, -- end of [205]
                                            [237] = 
                                            {
                                                long = 0.72125648855662,
                                                lat = 0.7512699081386,
                                            }, -- end of [237]
                                            [282] = 
                                            {
                                                long = 0.72045785187977,
                                                lat = 0.75088874654099,
                                            }, -- end of [282]
                                            [346] = 
                                            {
                                                long = 0.71860973637887,
                                                lat = 0.75030762230964,
                                            }, -- end of [346]
                                            [71] = 
                                            {
                                                long = 0.72740642091976,
                                                lat = 0.75214784896119,
                                            }, -- end of [71]
                                            [87] = 
                                            {
                                                long = 0.72644077147857,
                                                lat = 0.75177602638882,
                                            }, -- end of [87]
                                            [103] = 
                                            {
                                                long = 0.72588599522975,
                                                lat = 0.75157104406917,
                                            }, -- end of [103]
                                            [119] = 
                                            {
                                                long = 0.72537299555286,
                                                lat = 0.7512203659338,
                                            }, -- end of [119]
                                            [142] = 
                                            {
                                                long = 0.72405016019816,
                                                lat = 0.7510784002327,
                                            }, -- end of [142]
                                            [174] = 
                                            {
                                                long = 0.72276813910297,
                                                lat = 0.75111321068678,
                                            }, -- end of [174]
                                            [206] = 
                                            {
                                                long = 0.72161943679176,
                                                lat = 0.75108746918181,
                                            }, -- end of [206]
                                            [238] = 
                                            {
                                                long = 0.72126446957731,
                                                lat = 0.75125778438282,
                                            }, -- end of [238]
                                            [284] = 
                                            {
                                                long = 0.72037243063175,
                                                lat = 0.7509050150782,
                                            }, -- end of [284]
                                            [348] = 
                                            {
                                                long = 0.71844889736226,
                                                lat = 0.75033637074268,
                                            }, -- end of [348]
                                            [285] = 
                                            {
                                                long = 0.72031022381231,
                                                lat = 0.75093474065013,
                                            }, -- end of [285]
                                            [349] = 
                                            {
                                                long = 0.71842300740399,
                                                lat = 0.7503322640217,
                                            }, -- end of [349]
                                            [9] = 
                                            {
                                                long = 0.72981391150418,
                                                lat = 0.75223711548844,
                                            }, -- end of [9]
                                            [11] = 
                                            {
                                                long = 0.72983954771809,
                                                lat = 0.75224328780285,
                                            }, -- end of [11]
                                            [13] = 
                                            {
                                                long = 0.7298021539063,
                                                lat = 0.75228543766872,
                                            }, -- end of [13]
                                            [15] = 
                                            {
                                                long = 0.7297627213309,
                                                lat = 0.75230239215908,
                                            }, -- end of [15]
                                            [18] = 
                                            {
                                                long = 0.72964326602126,
                                                lat = 0.75228968349797,
                                            }, -- end of [18]
                                            [22] = 
                                            {
                                                long = 0.72953436060077,
                                                lat = 0.75232332368773,
                                            }, -- end of [22]
                                            [26] = 
                                            {
                                                long = 0.72939988753694,
                                                lat = 0.75232086916489,
                                            }, -- end of [26]
                                            [30] = 
                                            {
                                                long = 0.72932931797204,
                                                lat = 0.75231212565758,
                                            }, -- end of [30]
                                            [36] = 
                                            {
                                                long = 0.72927196939481,
                                                lat = 0.75230219968021,
                                            }, -- end of [36]
                                            [44] = 
                                            {
                                                long = 0.72888446430133,
                                                lat = 0.7523704486304,
                                            }, -- end of [44]
                                            [52] = 
                                            {
                                                long = 0.72845817377574,
                                                lat = 0.75237253228854,
                                            }, -- end of [52]
                                            [60] = 
                                            {
                                                long = 0.72792932214951,
                                                lat = 0.75230687975758,
                                            }, -- end of [60]
                                            [72] = 
                                            {
                                                long = 0.7273945834994,
                                                lat = 0.75213917727957,
                                            }, -- end of [72]
                                            [88] = 
                                            {
                                                long = 0.72643215409699,
                                                lat = 0.75177566016495,
                                            }, -- end of [88]
                                            [104] = 
                                            {
                                                long = 0.72586209471921,
                                                lat = 0.7515266970607,
                                            }, -- end of [104]
                                            [120] = 
                                            {
                                                long = 0.72529633223196,
                                                lat = 0.75118720914955,
                                            }, -- end of [120]
                                            [144] = 
                                            {
                                                long = 0.72385689946962,
                                                lat = 0.75108678069381,
                                            }, -- end of [144]
                                            [176] = 
                                            {
                                                long = 0.72274939972317,
                                                lat = 0.75110533539992,
                                            }, -- end of [176]
                                            [208] = 
                                            {
                                                long = 0.72157856765122,
                                                lat = 0.75112202596763,
                                            }, -- end of [208]
                                            [240] = 
                                            {
                                                long = 0.72131088842183,
                                                lat = 0.75119865022452,
                                            }, -- end of [240]
                                            [288] = 
                                            {
                                                long = 0.72028374097331,
                                                lat = 0.75098023373279,
                                            }, -- end of [288]
                                            [352] = 
                                            {
                                                long = 0.71831074954718,
                                                lat = 0.75027618819151,
                                            }, -- end of [352]
                                            [289] = 
                                            {
                                                long = 0.72027338812136,
                                                lat = 0.75099150562531,
                                            }, -- end of [289]
                                            [353] = 
                                            {
                                                long = 0.71823098771734,
                                                lat = 0.75028104556907,
                                            }, -- end of [353]
                                            [145] = 
                                            {
                                                long = 0.72378553000491,
                                                lat = 0.75110764475329,
                                            }, -- end of [145]
                                            [177] = 
                                            {
                                                long = 0.72274665932792,
                                                lat = 0.75109941557614,
                                            }, -- end of [177]
                                            [209] = 
                                            {
                                                long = 0.72158102664216,
                                                lat = 0.75112985207329,
                                            }, -- end of [209]
                                            [241] = 
                                            {
                                                long = 0.72131418462337,
                                                lat = 0.7511906374647,
                                            }, -- end of [241]
                                            [290] = 
                                            {
                                                long = 0.72025841948746,
                                                lat = 0.75099950237519,
                                            }, -- end of [290]
                                            [354] = 
                                            {
                                                long = 0.71817796448571,
                                                lat = 0.7502256591625,
                                            }, -- end of [354]
                                            [73] = 
                                            {
                                                long = 0.72715124515462,
                                                lat = 0.75206458362916,
                                            }, -- end of [73]
                                            [89] = 
                                            {
                                                long = 0.72638019841198,
                                                lat = 0.75178078103369,
                                            }, -- end of [89]
                                            [105] = 
                                            {
                                                long = 0.72584807250839,
                                                lat = 0.75151300048146,
                                            }, -- end of [105]
                                            [121] = 
                                            {
                                                long = 0.72523653766765,
                                                lat = 0.75115450612465,
                                            }, -- end of [121]
                                            [146] = 
                                            {
                                                long = 0.72377166296969,
                                                lat = 0.75110718711479,
                                            }, -- end of [146]
                                            [178] = 
                                            {
                                                long = 0.7227434410593,
                                                lat = 0.75108379764428,
                                            }, -- end of [178]
                                            [210] = 
                                            {
                                                long = 0.72159786547338,
                                                lat = 0.75115444100329,
                                            }, -- end of [210]
                                            [242] = 
                                            {
                                                long = 0.72131148366363,
                                                lat = 0.75118259324344,
                                            }, -- end of [242]
                                            [292] = 
                                            {
                                                long = 0.72013756084267,
                                                lat = 0.75101174463178,
                                            }, -- end of [292]
                                            [356] = 
                                            {
                                                long = 0.71804647375029,
                                                lat = 0.75013970413005,
                                            }, -- end of [356]
                                            [293] = 
                                            {
                                                long = 0.72012742488655,
                                                lat = 0.75101750518076,
                                            }, -- end of [293]
                                            [357] = 
                                            {
                                                long = 0.71801632059134,
                                                lat = 0.75012357302415,
                                            }, -- end of [357]
                                            [147] = 
                                            {
                                                long = 0.72373075915084,
                                                lat = 0.75110003150029,
                                            }, -- end of [147]
                                            [179] = 
                                            {
                                                long = 0.72273758905452,
                                                lat = 0.75108014901296,
                                            }, -- end of [179]
                                            [211] = 
                                            {
                                                long = 0.72159583201222,
                                                lat = 0.75115992809665,
                                            }, -- end of [211]
                                            [243] = 
                                            {
                                                long = 0.72125099065943,
                                                lat = 0.75113678767352,
                                            }, -- end of [243]
                                            [294] = 
                                            {
                                                long = 0.72011573842322,
                                                lat = 0.7510260472769,
                                            }, -- end of [294]
                                            [358] = 
                                            {
                                                long = 0.71798302186255,
                                                lat = 0.75011112051835,
                                            }, -- end of [358]
                                            [37] = 
                                            {
                                                long = 0.72926469436467,
                                                lat = 0.75229334346709,
                                            }, -- end of [37]
                                            [45] = 
                                            {
                                                long = 0.72877225260505,
                                                lat = 0.75236191553274,
                                            }, -- end of [45]
                                            [53] = 
                                            {
                                                long = 0.72843900258765,
                                                lat = 0.75236733564855,
                                            }, -- end of [53]
                                            [61] = 
                                            {
                                                long = 0.72788028271458,
                                                lat = 0.75229203683496,
                                            }, -- end of [61]
                                            [74] = 
                                            {
                                                long = 0.72713994469193,
                                                lat = 0.75205665435778,
                                            }, -- end of [74]
                                            [90] = 
                                            {
                                                long = 0.72631188299431,
                                                lat = 0.75175495898692,
                                            }, -- end of [90]
                                            [106] = 
                                            {
                                                long = 0.7258298456786,
                                                lat = 0.75150213349387,
                                            }, -- end of [106]
                                            [122] = 
                                            {
                                                long = 0.72506116175481,
                                                lat = 0.75108567681647,
                                            }, -- end of [122]
                                            [148] = 
                                            {
                                                long = 0.72362126016653,
                                                lat = 0.75111525330958,
                                            }, -- end of [148]
                                            [180] = 
                                            {
                                                long = 0.72269422896072,
                                                lat = 0.75107919758014,
                                            }, -- end of [180]
                                            [212] = 
                                            {
                                                long = 0.7215891892725,
                                                lat = 0.75116300626631,
                                            }, -- end of [212]
                                            [244] = 
                                            {
                                                long = 0.72125797886367,
                                                lat = 0.75110322857149,
                                            }, -- end of [244]
                                            [296] = 
                                            {
                                                long = 0.71994822551893,
                                                lat = 0.75102739568269,
                                            }, -- end of [296]
                                            [360] = 
                                            {
                                                long = 0.71785463783419,
                                                lat = 0.75007414846198,
                                            }, -- end of [360]
                                            [297] = 
                                            {
                                                long = 0.71994822551893,
                                                lat = 0.75102739568269,
                                            }, -- end of [297]
                                            [361] = 
                                            {
                                                long = 0.71781127123074,
                                                lat = 0.7500534641193,
                                            }, -- end of [361]
                                            [149] = 
                                            {
                                                long = 0.72360001554014,
                                                lat = 0.75111251800589,
                                            }, -- end of [149]
                                            [181] = 
                                            {
                                                long = 0.72267758072378,
                                                lat = 0.75107407120916,
                                            }, -- end of [181]
                                            [213] = 
                                            {
                                                long = 0.72158334065001,
                                                lat = 0.75116249375628,
                                            }, -- end of [213]
                                            [245] = 
                                            {
                                                long = 0.72124489940447,
                                                lat = 0.75107632034928,
                                            }, -- end of [245]
                                            [298] = 
                                            {
                                                long = 0.71993967746245,
                                                lat = 0.75102729530575,
                                            }, -- end of [298]
                                            [362] = 
                                            {
                                                long = 0.71777159307865,
                                                lat = 0.75002913977655,
                                            }, -- end of [362]
                                            [143] = 
                                            {
                                                long = 0.72394669868718,
                                                lat = 0.75106689350002,
                                            }, -- end of [143]
                                            [75] = 
                                            {
                                                long = 0.72706903033968,
                                                lat = 0.75196826238552,
                                            }, -- end of [75]
                                            [91] = 
                                            {
                                                long = 0.7262532284095,
                                                lat = 0.75173915572197,
                                            }, -- end of [91]
                                            [107] = 
                                            {
                                                long = 0.72575002625641,
                                                lat = 0.75146962582829,
                                            }, -- end of [107]
                                            [123] = 
                                            {
                                                long = 0.72502205859811,
                                                lat = 0.75106389150816,
                                            }, -- end of [123]
                                            [150] = 
                                            {
                                                long = 0.72358869311171,
                                                lat = 0.75110802333574,
                                            }, -- end of [150]
                                            [182] = 
                                            {
                                                long = 0.72265699917233,
                                                lat = 0.75106601733473,
                                            }, -- end of [182]
                                            [214] = 
                                            {
                                                long = 0.72153835216246,
                                                lat = 0.7511496262502,
                                            }, -- end of [214]
                                            [246] = 
                                            {
                                                long = 0.72124252984093,
                                                lat = 0.75105812567453,
                                            }, -- end of [246]
                                            [300] = 
                                            {
                                                long = 0.71993385367235,
                                                lat = 0.75101743482058,
                                            }, -- end of [300]
                                            [364] = 
                                            {
                                                long = 0.71770227944447,
                                                lat = 0.74997152898555,
                                            }, -- end of [364]
                                            [267] = 
                                            {
                                                long = 0.72075500791315,
                                                lat = 0.75096095922683,
                                            }, -- end of [267]
                                            [95] = 
                                            {
                                                long = 0.72624272942533,
                                                lat = 0.751677627546,
                                            }, -- end of [95]
                                            [79] = 
                                            {
                                                long = 0.72700357505541,
                                                lat = 0.75192128891257,
                                            }, -- end of [79]
                                            [159] = 
                                            {
                                                long = 0.72325674245996,
                                                lat = 0.7510745442587,
                                            }, -- end of [159]
                                            [175] = 
                                            {
                                                long = 0.72275725674665,
                                                lat = 0.75111111195053,
                                            }, -- end of [175]
                                            [191] = 
                                            {
                                                long = 0.72210442540501,
                                                lat = 0.75104558854165,
                                            }, -- end of [191]
                                            [301] = 
                                            {
                                                long = 0.71993733396277,
                                                lat = 0.75101388531304,
                                            }, -- end of [301]
                                            [365] = 
                                            {
                                                long = 0.71768144430595,
                                                lat = 0.74996030041494,
                                            }, -- end of [365]
                                            [207] = 
                                            {
                                                long = 0.72158170274702,
                                                lat = 0.75111441709597,
                                            }, -- end of [207]
                                            [223] = 
                                            {
                                                long = 0.72138872179838,
                                                lat = 0.75128054697527,
                                            }, -- end of [223]
                                            [151] = 
                                            {
                                                long = 0.72351460233236,
                                                lat = 0.7510682463412,
                                            }, -- end of [151]
                                            [183] = 
                                            {
                                                long = 0.72264623580314,
                                                lat = 0.75106555758437,
                                            }, -- end of [183]
                                            [215] = 
                                            {
                                                long = 0.72152986571567,
                                                lat = 0.75115252556453,
                                            }, -- end of [215]
                                            [247] = 
                                            {
                                                long = 0.721245944863,
                                                lat = 0.75103997825504,
                                            }, -- end of [247]
                                            [19] = 
                                            {
                                                long = 0.72962202945175,
                                                lat = 0.75229172304681,
                                            }, -- end of [19]
                                            [23] = 
                                            {
                                                long = 0.72948326370502,
                                                lat = 0.75231739344715,
                                            }, -- end of [23]
                                            [27] = 
                                            {
                                                long = 0.72936718096458,
                                                lat = 0.75230503445585,
                                            }, -- end of [27]
                                            [31] = 
                                            {
                                                long = 0.7293101447254,
                                                lat = 0.75232922964876,
                                            }, -- end of [31]
                                            [38] = 
                                            {
                                                long = 0.72925294892921,
                                                lat = 0.75228765881114,
                                            }, -- end of [38]
                                            [46] = 
                                            {
                                                long = 0.72869079986787,
                                                lat = 0.75237659410129,
                                            }, -- end of [46]
                                            [54] = 
                                            {
                                                long = 0.72833340530114,
                                                lat = 0.75233165907725,
                                            }, -- end of [54]
                                            [62] = 
                                            {
                                                long = 0.72783403682592,
                                                lat = 0.75227273993615,
                                            }, -- end of [62]
                                            [303] = 
                                            {
                                                long = 0.71994822813996,
                                                lat = 0.75100765984191,
                                            }, -- end of [303]
                                            [92] = 
                                            {
                                                long = 0.72624100621306,
                                                lat = 0.75173144805392,
                                            }, -- end of [92]
                                            [108] = 
                                            {
                                                long = 0.72572844266582,
                                                lat = 0.75145618573467,
                                            }, -- end of [108]
                                            [124] = 
                                            {
                                                long = 0.72496405596891,
                                                lat = 0.75102091956045,
                                            }, -- end of [124]
                                            [152] = 
                                            {
                                                long = 0.72348667132987,
                                                lat = 0.7510581578128,
                                            }, -- end of [152]
                                            [184] = 
                                            {
                                                long = 0.72253446242389,
                                                lat = 0.75107366513919,
                                            }, -- end of [184]
                                            [216] = 
                                            {
                                                long = 0.72148591876701,
                                                lat = 0.75119280116343,
                                            }, -- end of [216]
                                            [248] = 
                                            {
                                                long = 0.72126649817289,
                                                lat = 0.7509803064996,
                                            }, -- end of [248]
                                            [304] = 
                                            {
                                                long = 0.72000200406375,
                                                lat = 0.75097692779666,
                                            }, -- end of [304]
                                            [368] = 
                                            {
                                                long = 0.71739624611713,
                                                lat = 0.74982357307071,
                                            }, -- end of [368]
                                            [239] = 
                                            {
                                                long = 0.72125914328016,
                                                lat = 0.75123439002905,
                                            }, -- end of [239]
                                            [366] = 
                                            {
                                                long = 0.71758783020302,
                                                lat = 0.7499289908852,
                                            }, -- end of [366]
                                            [363] = 
                                            {
                                                long = 0.71773628019069,
                                                lat = 0.75000144129571,
                                            }, -- end of [363]
                                            [359] = 
                                            {
                                                long = 0.71790110117763,
                                                lat = 0.75009076389662,
                                            }, -- end of [359]
                                            [351] = 
                                            {
                                                long = 0.71832884405331,
                                                lat = 0.7502803847945,
                                            }, -- end of [351]
                                            [350] = 
                                            {
                                                long = 0.71839939732765,
                                                lat = 0.75032359738864,
                                            }, -- end of [350]
                                            [305] = 
                                            {
                                                long = 0.72000312473272,
                                                lat = 0.75097095910129,
                                            }, -- end of [305]
                                            [369] = 
                                            {
                                                long = 0.71738560525473,
                                                lat = 0.74981098671586,
                                            }, -- end of [369]
                                            [343] = 
                                            {
                                                long = 0.71869692173946,
                                                lat = 0.75031351912178,
                                            }, -- end of [343]
                                            [259] = 
                                            {
                                                long = 0.72094573059443,
                                                lat = 0.75113157347075,
                                            }, -- end of [259]
                                            [153] = 
                                            {
                                                long = 0.72344422033702,
                                                lat = 0.7510490703914,
                                            }, -- end of [153]
                                            [185] = 
                                            {
                                                long = 0.722480298321,
                                                lat = 0.75105247055313,
                                            }, -- end of [185]
                                            [217] = 
                                            {
                                                long = 0.72146311784077,
                                                lat = 0.75122100598713,
                                            }, -- end of [217]
                                            [249] = 
                                            {
                                                long = 0.72126259010974,
                                                lat = 0.75097517653688,
                                            }, -- end of [249]
                                            [306] = 
                                            {
                                                long = 0.71999820481347,
                                                lat = 0.75096621401937,
                                            }, -- end of [306]
                                            [370] = 
                                            {
                                                long = 0.71735843537878,
                                                lat = 0.74977359514425,
                                            }, -- end of [370]
                                            [263] = 
                                            {
                                                long = 0.72085251180476,
                                                lat = 0.75100062317037,
                                            }, -- end of [263]
                                            [334] = 
                                            {
                                                long = 0.71902955060498,
                                                lat = 0.75050668559103,
                                            }, -- end of [334]
                                            [331] = 
                                            {
                                                long = 0.71908888455365,
                                                lat = 0.75051849792767,
                                            }, -- end of [331]
                                            [271] = 
                                            {
                                                long = 0.72069623282722,
                                                lat = 0.75097568906483,
                                            }, -- end of [271]
                                            [275] = 
                                            {
                                                long = 0.72059682290147,
                                                lat = 0.7509179449133,
                                            }, -- end of [275]
                                            [279] = 
                                            {
                                                long = 0.72058046671348,
                                                lat = 0.75083035732951,
                                            }, -- end of [279]
                                            [77] = 
                                            {
                                                long = 0.72705639648376,
                                                lat = 0.75193884853403,
                                            }, -- end of [77]
                                            [371] = 
                                            {
                                                long = 0.71735187644762,
                                                lat = 0.74977005905942,
                                            }, -- end of [371]
                                            [109] = 
                                            {
                                                long = 0.72564904579415,
                                                lat = 0.75139004650997,
                                            }, -- end of [109]
                                            [125] = 
                                            {
                                                long = 0.72493344775859,
                                                lat = 0.75102086484153,
                                            }, -- end of [125]
                                            [154] = 
                                            {
                                                long = 0.72341112594043,
                                                lat = 0.75104729282538,
                                            }, -- end of [154]
                                            [186] = 
                                            {
                                                long = 0.72246540165785,
                                                lat = 0.75104996030469,
                                            }, -- end of [186]
                                            [218] = 
                                            {
                                                long = 0.72144629206702,
                                                lat = 0.75125144114789,
                                            }, -- end of [218]
                                            [250] = 
                                            {
                                                long = 0.72125507959267,
                                                lat = 0.7509734503398,
                                            }, -- end of [250]
                                            [308] = 
                                            {
                                                long = 0.7199482337277,
                                                lat = 0.75096691045046,
                                            }, -- end of [308]
                                            [372] = 
                                            {
                                                long = 0.7172318663197,
                                                lat = 0.74972640460367,
                                            }, -- end of [372]
                                            [283] = 
                                            {
                                                long = 0.72039202541029,
                                                lat = 0.75089801509238,
                                            }, -- end of [283]
                                            [286] = 
                                            {
                                                long = 0.72029760465845,
                                                lat = 0.75094586359341,
                                            }, -- end of [286]
                                            [287] = 
                                            {
                                                long = 0.72029020574113,
                                                lat = 0.75095919703957,
                                            }, -- end of [287]
                                            [255] = 
                                            {
                                                long = 0.72105455673382,
                                                lat = 0.75107172881751,
                                            }, -- end of [255]
                                            [270] = 
                                            {
                                                long = 0.72070412554004,
                                                lat = 0.75097550559875,
                                            }, -- end of [270]
                                            [307] = 
                                            {
                                                long = 0.7199922839333,
                                                lat = 0.75096515249311,
                                            }, -- end of [307]
                                            [309] = 
                                            {
                                                long = 0.7199482337277,
                                                lat = 0.75096691045046,
                                            }, -- end of [309]
                                            [373] = 
                                            {
                                                long = 0.71718097549829,
                                                lat = 0.74967115290752,
                                            }, -- end of [373]
                                            [302] = 
                                            {
                                                long = 0.71994822813996,
                                                lat = 0.75100765984191,
                                            }, -- end of [302]
                                            [299] = 
                                            {
                                                long = 0.71993409963216,
                                                lat = 0.75102322579434,
                                            }, -- end of [299]
                                            [155] = 
                                            {
                                                long = 0.72337804007863,
                                                lat = 0.75105022378049,
                                            }, -- end of [155]
                                            [187] = 
                                            {
                                                long = 0.72216674578915,
                                                lat = 0.75102717975613,
                                            }, -- end of [187]
                                            [219] = 
                                            {
                                                long = 0.72143586575657,
                                                lat = 0.75128329070629,
                                            }, -- end of [219]
                                            [251] = 
                                            {
                                                long = 0.72119034645939,
                                                lat = 0.75099703060048,
                                            }, -- end of [251]
                                            [310] = 
                                            {
                                                long = 0.71966811782448,
                                                lat = 0.7509780663469,
                                            }, -- end of [310]
                                            [374] = 
                                            {
                                                long = 0.71715893495153,
                                                lat = 0.74965474507646,
                                            }, -- end of [374]
                                            [78] = 
                                            {
                                                long = 0.72703819844435,
                                                lat = 0.75193285737708,
                                            }, -- end of [78]
                                            [94] = 
                                            {
                                                long = 0.72623197032594,
                                                lat = 0.75170913435847,
                                            }, -- end of [94]
                                            [39] = 
                                            {
                                                long = 0.72923892482837,
                                                lat = 0.75228623196565,
                                            }, -- end of [39]
                                            [47] = 
                                            {
                                                long = 0.72867481621467,
                                                lat = 0.75237574399525,
                                            }, -- end of [47]
                                            [55] = 
                                            {
                                                long = 0.72821920553098,
                                                lat = 0.75235558613912,
                                            }, -- end of [55]
                                            [63] = 
                                            {
                                                long = 0.72780180961268,
                                                lat = 0.75225558609829,
                                            }, -- end of [63]
                                            [311] = 
                                            {
                                                long = 0.71965808033118,
                                                lat = 0.75097424061474,
                                            }, -- end of [311]
                                            [375] = 
                                            {
                                                long = 0.7171298087518,
                                                lat = 0.74963970452868,
                                            }, -- end of [375]
                                            [110] = 
                                            {
                                                long = 0.72563904660562,
                                                lat = 0.7513851499403,
                                            }, -- end of [110]
                                            [126] = 
                                            {
                                                long = 0.72484480090076,
                                                lat = 0.75103427416459,
                                            }, -- end of [126]
                                            [156] = 
                                            {
                                                long = 0.72334645583171,
                                                lat = 0.7510578307816,
                                            }, -- end of [156]
                                            [188] = 
                                            {
                                                long = 0.72215994558501,
                                                lat = 0.75102830904538,
                                            }, -- end of [188]
                                            [220] = 
                                            {
                                                long = 0.72143210409624,
                                                lat = 0.75129337873367,
                                            }, -- end of [220]
                                            [252] = 
                                            {
                                                long = 0.72114728247563,
                                                lat = 0.75103205312384,
                                            }, -- end of [252]
                                            [312] = 
                                            {
                                                long = 0.71958193347192,
                                                lat = 0.75092119581786,
                                            }, -- end of [312]
                                            [376] = 
                                            {
                                                long = 0.71712391712935,
                                                lat = 0.74963392224246,
                                            }, -- end of [376]
                                            [291] = 
                                            {
                                                long = 0.72024063723757,
                                                lat = 0.75100330781603,
                                            }, -- end of [291]
                                            [317] = 
                                            {
                                                long = 0.71952104087623,
                                                lat = 0.7507244922441,
                                            }, -- end of [317]
                                            [318] = 
                                            {
                                                long = 0.71949444082887,
                                                lat = 0.75070326022019,
                                            }, -- end of [318]
                                            [93] = 
                                            {
                                                long = 0.72623352938702,
                                                lat = 0.75172094724737,
                                            }, -- end of [93]
                                            [319] = 
                                            {
                                                long = 0.7194730059207,
                                                lat = 0.75067906375392,
                                            }, -- end of [319]
                                            [327] = 
                                            {
                                                long = 0.71925788642018,
                                                lat = 0.75049154051556,
                                            }, -- end of [327]
                                            [313] = 
                                            {
                                                long = 0.71957674790914,
                                                lat = 0.75091207301342,
                                            }, -- end of [313]
                                            [377] = 
                                            {
                                                long = 0.71712302897887,
                                                lat = 0.74963123797189,
                                            }, -- end of [377]
                                            [335] = 
                                            {
                                                long = 0.7190033392061,
                                                lat = 0.75049303305234,
                                            }, -- end of [335]
                                            [339] = 
                                            {
                                                long = 0.71889904203167,
                                                lat = 0.75043767334595,
                                            }, -- end of [339]
                                            [157] = 
                                            {
                                                long = 0.72328906697672,
                                                lat = 0.75107771605965,
                                            }, -- end of [157]
                                            [189] = 
                                            {
                                                long = 0.72215994558501,
                                                lat = 0.75102830904538,
                                            }, -- end of [189]
                                            [221] = 
                                            {
                                                long = 0.72142347844378,
                                                lat = 0.75129605232379,
                                            }, -- end of [221]
                                            [253] = 
                                            {
                                                long = 0.72112772245997,
                                                lat = 0.75104164852471,
                                            }, -- end of [253]
                                            [314] = 
                                            {
                                                long = 0.71958134856803,
                                                lat = 0.75076887405106,
                                            }, -- end of [314]
                                            [378] = 
                                            {
                                                long = 0.71712302897887,
                                                lat = 0.74963123797189,
                                            }, -- end of [378]
                                            [367] = 
                                            {
                                                long = 0.71741453240338,
                                                lat = 0.7498382048445,
                                            }, -- end of [367]
                                            [76] = 
                                            {
                                                long = 0.72706047067034,
                                                lat = 0.75194944854815,
                                            }, -- end of [76]
                                            [355] = 
                                            {
                                                long = 0.71814147562,
                                                lat = 0.75020935613764,
                                            }, -- end of [355]
                                            [347] = 
                                            {
                                                long = 0.71847521446012,
                                                lat = 0.75033565805475,
                                            }, -- end of [347]
                                            [323] = 
                                            {
                                                long = 0.71940560458359,
                                                lat = 0.75058495298715,
                                            }, -- end of [323]
                                            [295] = 
                                            {
                                                long = 0.72010257533199,
                                                lat = 0.75102920178136,
                                            }, -- end of [295]
                                            [315] = 
                                            {
                                                long = 0.71957532067902,
                                                lat = 0.75075745730356,
                                            }, -- end of [315]
                                            [379] = 
                                            {
                                                long = 0.71712658680882,
                                                lat = 0.74963045364095,
                                            }, -- end of [379]
                                            [111] = 
                                            {
                                                long = 0.72550283727333,
                                                lat = 0.75133279119856,
                                            }, -- end of [111]
                                            [254] = 
                                            {
                                                long = 0.72105972891049,
                                                lat = 0.75106648363287,
                                            }, -- end of [254]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71712690736859,
                                                lat = 0.7496312281524,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71712690736859,
                                                lat = 0.7496312281524,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 772,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75221642429726,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7300246409372,
                                            x = -188219.34186536,
                                            speed = 8.3333333333333,
                                            y = 618822.87126995,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 772,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74963045364095,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71712658680882,
                                            x = -210807.27746041,
                                            speed = 8.3333333333333,
                                            y = 560216.76019589,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 198,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 363,
                                        lat = 0.75221642429726,
                                        skill = "High",
                                        long = 0.7300246409372,
                                        x = -188219.34186536,
                                        name = "Юнит #3",
                                        heading = 4.4491239189928,
                                        y = 618822.87126995,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 364,
                                        lat = 0.75221710490456,
                                        skill = "High",
                                        long = 0.73002968601365,
                                        x = -188212.49331622,
                                        name = "Юнит #4",
                                        heading = 4.5378560551853,
                                        y = 618845.93932366,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 365,
                                        lat = 0.75221778551201,
                                        skill = "High",
                                        long = 0.73003473119351,
                                        x = -188205.64471461,
                                        name = "Юнит #5",
                                        heading = 4.5378560551853,
                                        y = 618869.00785945,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 366,
                                        lat = 0.7522184661196,
                                        skill = "High",
                                        long = 0.73003977647677,
                                        x = -188198.79606061,
                                        name = "Юнит #25",
                                        heading = 4.5378560551853,
                                        y = 618892.07687727,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 367,
                                        lat = 0.75221914672734,
                                        skill = "High",
                                        long = 0.73004482186345,
                                        x = -188191.94735413,
                                        name = "Юнит #26",
                                        heading = 4.5378560551853,
                                        y = 618915.14637721,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 368,
                                        lat = 0.75221982733522,
                                        skill = "High",
                                        long = 0.73004986735353,
                                        x = -188185.09859526,
                                        name = "Юнит #27",
                                        heading = 4.5378560551853,
                                        y = 618938.21635918,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 369,
                                        lat = 0.75222050794325,
                                        skill = "High",
                                        long = 0.73005491294702,
                                        x = -188178.24978392,
                                        name = "Юнит #29",
                                        heading = 4.5378560551853,
                                        y = 618961.28682323,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 370,
                                        lat = 0.75222118855142,
                                        skill = "High",
                                        long = 0.73005995864391,
                                        x = -188171.40092019,
                                        name = "Юнит #31",
                                        heading = 4.5378560551853,
                                        y = 618984.35776931,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 371,
                                        lat = 0.75222186915973,
                                        skill = "High",
                                        long = 0.73006500444422,
                                        x = -188164.55200404,
                                        name = "Юнит #33",
                                        heading = 4.5378560551853,
                                        y = 619007.42919752,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 372,
                                        lat = 0.75222254976818,
                                        skill = "High",
                                        long = 0.73007005034794,
                                        x = -188157.7030355,
                                        name = "Юнит #34",
                                        heading = 4.5378560551853,
                                        y = 619030.50110781,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 373,
                                        lat = 0.75222323037677,
                                        skill = "High",
                                        long = 0.73007509635506,
                                        x = -188150.85401455,
                                        name = "Юнит #35",
                                        heading = 4.5378560551853,
                                        y = 619053.57350013,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 374,
                                        lat = 0.7522239109855,
                                        skill = "High",
                                        long = 0.7300801424656,
                                        x = -188144.0049412,
                                        name = "Юнит #38",
                                        heading = 4.5378560551853,
                                        y = 619076.64637457,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 375,
                                        lat = 0.75222459159437,
                                        skill = "High",
                                        long = 0.73008518867955,
                                        x = -188137.15581545,
                                        name = "Юнит #40",
                                        heading = 4.5378560551853,
                                        y = 619099.7197311,
                                    }, -- end of [13]
                                    [14] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 376,
                                        lat = 0.75222527220338,
                                        skill = "High",
                                        long = 0.7300902349969,
                                        x = -188130.3066373,
                                        name = "Юнит #42",
                                        heading = 4.5378560551853,
                                        y = 619122.79356966,
                                    }, -- end of [14]
                                    [15] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 377,
                                        lat = 0.75222595281253,
                                        skill = "High",
                                        long = 0.73009528141767,
                                        x = -188123.45740674,
                                        name = "Юнит #45",
                                        heading = 4.5378560551853,
                                        y = 619145.86789035,
                                    }, -- end of [15]
                                    [16] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 378,
                                        lat = 0.75222663342181,
                                        skill = "High",
                                        long = 0.73010032794184,
                                        x = -188116.60812385,
                                        name = "Юнит #47",
                                        heading = 4.4491937755941,
                                        y = 619168.94269308,
                                    }, -- end of [16]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 600,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1304,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75234550921178,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72877035794984,
                                            x = -188021.85118983,
                                            speed = 0,
                                            y = 612888.02393677,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 220,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 400,
                                        lat = 0.75234550921178,
                                        skill = "Average",
                                        long = 0.72877035794984,
                                        x = -188021.85118983,
                                        name = "Юнит #8",
                                        heading = 4.9573676435116,
                                        y = 612888.02393677,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72837976408923,
                                                lat = 0.75235261194577,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72825081547917,
                                                lat = 0.75242837738006,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1575,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75235261194577,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72837976408923,
                                            x = -188166.91015705,
                                            speed = 0,
                                            y = 611058.2518355,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 98,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 145,
                                        lat = 0.75235261194577,
                                        skill = "Excellent",
                                        long = 0.72837976408923,
                                        x = -188166.91015705,
                                        name = "Юнит #51",
                                        heading = 4.5378560551853,
                                        y = 611058.2518355,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1539,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75233775340676,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72838579749463,
                                            x = -188258.64123595,
                                            speed = 0,
                                            y = 611096.41248172,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 7,
                                        lat = 0.75233775340676,
                                        skill = "Average",
                                        long = 0.72838579749463,
                                        x = -188258.64123595,
                                        name = "Юнит #2",
                                        heading = 4.5378560551853,
                                        y = 611096.41248172,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Самолетная группа #004",
                                groupId = 174,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 131,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74740087218142,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71781632476215,
                                                    radius = 6000,
                                                    y = 564434.78874932,
                                                    x = -220664.03011035,
                                                    lat = 0.74803370768373,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.71758959871711,
                                                    radius = 6000,
                                                    y = 563308.56969177,
                                                    x = -220125.95835258,
                                                    lat = 0.74813437781064,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.71801060882088,
                                                    radius = 6000,
                                                    y = 565402.46886884,
                                                    x = -221151.54968302,
                                                    lat = 0.74794329148281,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.71803879463886,
                                                    radius = 6000,
                                                    y = 565489.29890943,
                                                    x = -220679.84885303,
                                                    lat = 0.74801533111506,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.71764455624352,
                                                    radius = 6000,
                                                    y = 563526.62761948,
                                                    x = -219700.01233434,
                                                    lat = 0.74819732174797,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    long = 0.7176904037615,
                                                    radius = 6000,
                                                    y = 563781.61040691,
                                                    x = -220084.74868078,
                                                    lat = 0.74813364592602,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    long = 0.7179654090862,
                                                    radius = 6000,
                                                    y = 565145.46735127,
                                                    x = -220715.314878,
                                                    lat = 0.74801500586887,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [7]
                                            }, -- end of targets
                                            long = 0.71772911891498,
                                            x = -224734.70608449,
                                            speed = 138.88888888889,
                                            y = 564420.10221197,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74844466035684,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71784901074648,
                                            x = -218031.48846644,
                                            speed = 138.88888888889,
                                            y = 564329.56812017,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 600,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 273,
                                        lat = 0.737234,
                                        skill = "High",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 274,
                                        lat = 0.737227,
                                        skill = "High",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Пилот #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Самолетная группа #002",
                                groupId = 173,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 592,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74275954031514,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.730397962423,
                                                    radius = 1000,
                                                    y = 626627.09086847,
                                                    x = -245329.74422438,
                                                    lat = 0.74322240903647,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.73039822966692,
                                                    radius = 1000,
                                                    y = 626634.47080581,
                                                    x = -245388.40424848,
                                                    lat = 0.74321318049448,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.73097448532922,
                                            x = -247991.88593531,
                                            speed = 138.88888888889,
                                            y = 629655.18388564,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74348958497861,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.7286181812747,
                                                    radius = 6000,
                                                    y = 617968.73999048,
                                                    x = -243431.58092734,
                                                    lat = 0.74365923528662,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.72862303649364,
                                                    radius = 6000,
                                                    y = 618007.74924454,
                                                    x = -243584.01481547,
                                                    lat = 0.74363494006252,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.72864287109208,
                                                    radius = 6000,
                                                    y = 618112.75287469,
                                                    x = -243684.83976703,
                                                    lat = 0.74361760980109,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.728607727846,
                                                    radius = 6000,
                                                    y = 617949.82082653,
                                                    x = -243728.12960103,
                                                    lat = 0.74361347973282,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Point",
                                                        [3] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                            }, -- end of targets
                                            long = 0.72883134936728,
                                            x = -244407.13906836,
                                            speed = 138.88888888889,
                                            y = 619084.25286588,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 600,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 271,
                                        lat = 0.737234,
                                        skill = "High",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 272,
                                        lat = 0.737227,
                                        skill = "High",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{29A828E2-C6BB-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 300,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Colt12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 1.7453292519943,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75234550921178,
                                            long = 0.72877030358122,
                                            x = -188021.87827197,
                                            name = "",
                                            speed = 0,
                                            y = 612887.77043005,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                lat = 0.75234550921178,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 4,
                                        lat = 0.75234550921178,
                                        long = 0.72877030358122,
                                        x = -188021.87827197,
                                        name = "Стат. объект #001",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 612887.77043005,
                                        heading = 1.7453292519943,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72877030358122,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 1.7278759594744,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75235187717799,
                                            long = 0.72872353484208,
                                            x = -188004.61059987,
                                            name = "",
                                            speed = 0,
                                            y = 612665.43514444,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 95,
                                lat = 0.75235187717799,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 127,
                                        lat = 0.75235187717799,
                                        long = 0.72872353484208,
                                        x = -188004.61059987,
                                        name = "Стат. объект #010",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 612665.43514444,
                                        heading = 1.7278759594744,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72872353484208,
                                name = "Стат. объект #010",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 1.0471975511966,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75234746858196,
                                            long = 0.72838221982915,
                                            x = -188198.48573417,
                                            name = "",
                                            speed = 0,
                                            y = 611073.17841256,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 96,
                                lat = 0.75234746858196,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "block-onroad",
                                        type = ".Block on road",
                                        CLSID = "{B54053A8-B054-4a0b-871C-6DDA65ED90EF}",
                                        unitId = 143,
                                        lat = 0.75234746858196,
                                        long = 0.72838221982915,
                                        x = -188198.48573417,
                                        name = "Стат. объект #011",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611073.17841256,
                                        heading = 1.0471975511966,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72838221982915,
                                name = "Стат. объект #011",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75235261194577,
                                            long = 0.72844760352696,
                                            x = -188134.0967528,
                                            name = "",
                                            speed = 0,
                                            y = 611375.43762079,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 142,
                                lat = 0.75235261194577,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "PalatkaB",
                                        type = "FARP Tent",
                                        CLSID = "{80c39fb0-854f-461b-bc4b-b2b51d0c4139}",
                                        unitId = 240,
                                        lat = 0.75235261194577,
                                        long = 0.72844760352696,
                                        x = -188134.0967528,
                                        name = "Стат. объект #012",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611375.43762079,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72844760352696,
                                name = "Стат. объект #012",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75234665217728,
                                            long = 0.72841139930378,
                                            x = -188189.5723761,
                                            name = "",
                                            speed = 0,
                                            y = 611210.15489125,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 145,
                                lat = 0.75234665217728,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 243,
                                        lat = 0.75234665217728,
                                        long = 0.72841139930378,
                                        x = -188189.5723761,
                                        name = "Стат. объект",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611210.15489125,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72841139930378,
                                name = "Стат. объект",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75233963112281,
                                            long = 0.72841842510446,
                                            x = -188230.89840287,
                                            name = "",
                                            speed = 0,
                                            y = 611247.70650474,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 146,
                                lat = 0.75233963112281,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 244,
                                        lat = 0.75233963112281,
                                        long = 0.72841842510446,
                                        x = -188230.89840287,
                                        name = "Стат. объект #015",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611247.70650474,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72841842510446,
                                name = "Стат. объект #015",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75233261011448,
                                            long = 0.72842532897002,
                                            x = -188272.28311479,
                                            name = "",
                                            speed = 0,
                                            y = 611284.68797519,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 147,
                                lat = 0.75233261011448,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 245,
                                        lat = 0.75233261011448,
                                        long = 0.72842532897002,
                                        x = -188272.28311479,
                                        name = "Стат. объект #016",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611284.68797519,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72842532897002,
                                name = "Стат. объект #016",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75232567079111,
                                            long = 0.72843223274602,
                                            x = -188313.14753411,
                                            name = "",
                                            speed = 0,
                                            y = 611321.61431987,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 148,
                                lat = 0.75232567079111,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 246,
                                        lat = 0.75232567079111,
                                        long = 0.72843223274602,
                                        x = -188313.14753411,
                                        name = "Стат. объект #017",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611321.61431987,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72843223274602,
                                name = "Стат. объект #017",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75234934631508,
                                            long = 0.72842220769026,
                                            x = -188167.18269651,
                                            name = "",
                                            speed = 0,
                                            y = 611258.88554962,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 153,
                                lat = 0.75234934631508,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 251,
                                        lat = 0.75234934631508,
                                        long = 0.72842220769026,
                                        x = -188167.18269651,
                                        name = "Стат. объект #022",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611258.88554962,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72842220769026,
                                name = "Стат. объект #022",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75234232524291,
                                            long = 0.728429233438,
                                            x = -188208.50886164,
                                            name = "",
                                            speed = 0,
                                            y = 611296.43692743,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 154,
                                lat = 0.75234232524291,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 252,
                                        lat = 0.75234232524291,
                                        long = 0.728429233438,
                                        x = -188208.50886164,
                                        name = "Стат. объект #023",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611296.43692743,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.728429233438,
                                name = "Стат. объект #023",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75233530421687,
                                            long = 0.72843611336413,
                                            x = -188249.90526569,
                                            name = "",
                                            speed = 0,
                                            y = 611333.30648005,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 155,
                                lat = 0.75233530421687,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 253,
                                        lat = 0.75233530421687,
                                        long = 0.72843611336413,
                                        x = -188249.90526569,
                                        name = "Стат. объект #024",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611333.30648005,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72843611336413,
                                name = "Стат. объект #024",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75232836487601,
                                            long = 0.7284430714354,
                                            x = -188290.74353422,
                                            name = "",
                                            speed = 0,
                                            y = 611370.48669598,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 156,
                                lat = 0.75232836487601,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 254,
                                        lat = 0.75232836487601,
                                        long = 0.7284430714354,
                                        x = -188290.74353422,
                                        name = "Стат. объект #025",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611370.48669598,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7284430714354,
                                name = "Стат. объект #025",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75235114241072,
                                            long = 0.72843049574176,
                                            x = -188151.73264175,
                                            name = "",
                                            speed = 0,
                                            y = 611296.43373659,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 161,
                                lat = 0.75235114241072,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 259,
                                        lat = 0.75235114241072,
                                        long = 0.72843049574176,
                                        x = -188151.73264175,
                                        name = "Стат. объект #030",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611296.43373659,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72843049574176,
                                name = "Стат. объект #030",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75234420296699,
                                            long = 0.72843746052546,
                                            x = -188192.56831881,
                                            name = "",
                                            speed = 0,
                                            y = 611333.64540563,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 162,
                                lat = 0.75234420296699,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 260,
                                        lat = 0.75234420296699,
                                        long = 0.72843746052546,
                                        x = -188192.56831881,
                                        name = "Стат. объект #031",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611333.64540563,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72843746052546,
                                name = "Стат. объект #031",
                                dead = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75233693700951,
                                            long = 0.72844426874514,
                                            x = -188235.55962817,
                                            name = "",
                                            speed = 0,
                                            y = 611370.3437305,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 163,
                                lat = 0.75233693700951,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 261,
                                        lat = 0.75233693700951,
                                        long = 0.72844426874514,
                                        x = -188235.55962817,
                                        name = "Стат. объект #032",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611370.3437305,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72844426874514,
                                name = "Стат. объект #032",
                                dead = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75233007929721,
                                            long = 0.72845122677428,
                                            x = -188275.87794042,
                                            name = "",
                                            speed = 0,
                                            y = 611407.4690802,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 164,
                                lat = 0.75233007929721,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 262,
                                        lat = 0.75233007929721,
                                        long = 0.72845122677428,
                                        x = -188275.87794042,
                                        name = "Стат. объект #033",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611407.4690802,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72845122677428,
                                name = "Стат. объект #033",
                                dead = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75235310179123,
                                            long = 0.72843800738888,
                                            x = -188135.61799762,
                                            name = "",
                                            speed = 0,
                                            y = 611330.24245926,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 169,
                                lat = 0.75235310179123,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 267,
                                        lat = 0.75235310179123,
                                        long = 0.72843800738888,
                                        x = -188135.61799762,
                                        name = "Стат. объект #038",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611330.24245926,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72843800738888,
                                name = "Стат. объект #038",
                                dead = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75234616233477,
                                            long = 0.72844499602306,
                                            x = -188176.44221949,
                                            name = "",
                                            speed = 0,
                                            y = 611367.56565061,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 170,
                                lat = 0.75234616233477,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 268,
                                        lat = 0.75234616233477,
                                        long = 0.72844499602306,
                                        x = -188176.44221949,
                                        name = "Стат. объект #039",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611367.56565061,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72844499602306,
                                name = "Стат. объект #039",
                                dead = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75233914128352,
                                            long = 0.72845294375065,
                                            x = -188217.32229693,
                                            name = "",
                                            speed = 0,
                                            y = 611409.42776511,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 171,
                                lat = 0.75233914128352,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 269,
                                        lat = 0.75233914128352,
                                        long = 0.72845294375065,
                                        x = -188217.32229693,
                                        name = "Стат. объект #040",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611409.42776511,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72845294375065,
                                name = "Стат. объект #040",
                                dead = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                heading = 6.1086523819802,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75233252847512,
                                            long = 0.72845890553103,
                                            x = -188256.56244088,
                                            name = "",
                                            speed = 0,
                                            y = 611441.73109715,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 172,
                                lat = 0.75233252847512,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 270,
                                        lat = 0.75233252847512,
                                        long = 0.72845890553103,
                                        x = -188256.56244088,
                                        name = "Стат. объект #041",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611441.73109715,
                                        heading = 6.1086523819802,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72845890553103,
                                name = "Стат. объект #041",
                                dead = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                heading = 1.7278759594744,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75236167412321,
                                            long = 0.72873593102931,
                                            x = -187936.02893193,
                                            name = "",
                                            speed = 0,
                                            y = 612716.6740118,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 221,
                                lat = 0.75236167412321,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 401,
                                        lat = 0.75236167412321,
                                        long = 0.72873593102931,
                                        x = -187936.02893193,
                                        name = "Стат. объект #018",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 612716.6740118,
                                        heading = 1.7278759594744,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72873593102931,
                                name = "Стат. объект #018",
                                dead = false,
                            }, -- end of [21]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #003",
                                groupId = 59,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74807623519258,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71545194586647,
                                            x = -221467.29369439,
                                            speed = 138.88888888889,
                                            y = 553333.25464922,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1816,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75150551521047,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71574110594189,
                                            x = -199494.93192327,
                                            speed = 138.88888888889,
                                            y = 552592.47172352,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 600,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 85,
                                        lat = 0.737234,
                                        skill = "High",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 86,
                                        lat = 0.737227,
                                        skill = "High",
                                        y = 647407.71652637,
                                        long = 0.733939,
                                        x = -281754.85284723,
                                        name = "Пилот #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 9,
                                            name = 109,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Вертол. группа #001",
                                groupId = 38,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 746,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75099651891218,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72307831729555,
                                            x = -199352.09018841,
                                            speed = 55.555555555556,
                                            y = 587189.40955008,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 524,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75098070075956,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72497798797128,
                                            x = -198551.4535197,
                                            speed = 55.555555555556,
                                            y = 596072.80828544,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1281,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75153651463094,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7259828100621,
                                            x = -194524.86518535,
                                            speed = 55.555555555556,
                                            y = 600397.77155422,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 910,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75215244722827,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72838005555413,
                                                    radius = 3000,
                                                    y = 611059.61459036,
                                                    x = -188166.76917776,
                                                    lat = 0.75235261194577,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Point",
                                                        [3] = "Fortifications",
                                                        [4] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.72838585183943,
                                                    radius = 1000,
                                                    y = 611096.66657283,
                                                    x = -188258.61494979,
                                                    lat = 0.75233775340676,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.7283831088228,
                                                    radius = 1000,
                                                    y = 611079.95943804,
                                                    x = -188223.01821896,
                                                    lat = 0.7523435498452,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                            }, -- end of targets
                                            long = 0.7278837298122,
                                            x = -189681.89398488,
                                            speed = 55.555555555556,
                                            y = 608873.08203107,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 41.666666666667,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 600,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 62,
                                        lat = 0.75099651891218,
                                        skill = "Excellent",
                                        long = 0.72307831729555,
                                        x = -199352.09018841,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 587189.40955008,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 56,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 63,
                                        lat = 0.75098951891218,
                                        skill = "Excellent",
                                        long = 0.72308531729555,
                                        x = -199393.39259837,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 587226.6889934,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 57,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 741,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75021420782815,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71581514338807,
                                            x = -207686.05472846,
                                            speed = 0,
                                            y = 553729.69394547,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 55,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MOLNIYA",
                                        CLSID = "{C8459CF8-BD2E-4595-9C92-6625C0B8794E}",
                                        unitId = 81,
                                        lat = 0.75021420782815,
                                        skill = "Excellent",
                                        long = 0.71581514338807,
                                        x = -207686.05472846,
                                        name = "Юнит #17",
                                        heading = 1.6580627893946,
                                        y = 553729.69394547,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75026358463006,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71589127372917,
                                            x = -207336.89294129,
                                            speed = 0,
                                            y = 554055.51732801,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 56,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "PIOTR",
                                        CLSID = "{396EBD9D-3230-45B5-B7E4-C360E26CAEF9}",
                                        unitId = 82,
                                        lat = 0.75026358463006,
                                        skill = "Excellent",
                                        long = 0.71589127372917,
                                        x = -207336.89294129,
                                        name = "Юнит #18",
                                        heading = 1.6580627893946,
                                        y = 554055.51732801,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71790201301066,
                                                lat = 0.7480768044058,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71789789588967,
                                                lat = 0.74807013649836,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71789789588967,
                                                lat = 0.74807013649836,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71799059538722,
                                                lat = 0.74802760923018,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71800566062819,
                                                lat = 0.74805249113749,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71800566062819,
                                                lat = 0.74805249113749,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71799059538722,
                                                lat = 0.74802760923018,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71800914949046,
                                                lat = 0.74805167799418,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7480768044058,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71790201301066,
                                            x = -220350.52189373,
                                            speed = 16.666666666667,
                                            y = 564809.39647054,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74807013649836,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71789789588967,
                                            x = -220394.86833641,
                                            speed = 13.888888888889,
                                            y = 564794.28869875,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74802760923018,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71799059538722,
                                            x = -220623.57346385,
                                            speed = 13.888888888889,
                                            y = 565255.61587096,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74805167799418,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71800914949046,
                                            x = -220461.81824361,
                                            speed = 8.3333333333333,
                                            y = 565327.46145633,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATMZ-5",
                                        CLSID = "{A97C0647-83EB-4B15-8B5B-BD2F8842DF91}",
                                        unitId = 58,
                                        lat = 0.7480768044058,
                                        skill = "Excellent",
                                        long = 0.71790201301066,
                                        x = -220350.52189373,
                                        name = "Юнит #6",
                                        heading = 3.5666027707423,
                                        y = 564809.39647054,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 130,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7479530482617,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71796919118145,
                                            x = -221108.24859738,
                                            speed = 0,
                                            y = 565202.16416513,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 68,
                                        lat = 0.7479530482617,
                                        skill = "Excellent",
                                        long = 0.71796919118145,
                                        x = -221108.24859738,
                                        name = "Юнит #9",
                                        heading = 2.2896263264165,
                                        y = 565202.16416513,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 772,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74794442976913,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71800978956392,
                                            x = -221144.67188317,
                                            speed = 0,
                                            y = 565397.91225427,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 44,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 69,
                                        lat = 0.74794442976913,
                                        skill = "Excellent",
                                        long = 0.71800978956392,
                                        x = -221144.67188317,
                                        name = "Юнит #10",
                                        heading = 3.6128315516283,
                                        y = 565397.91225427,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74801329832804,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71796570865552,
                                            x = -220726.05517477,
                                            speed = 0,
                                            y = 565147.94565042,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 47,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 72,
                                        lat = 0.74801329832804,
                                        skill = "Excellent",
                                        long = 0.71796570865552,
                                        x = -220726.05517477,
                                        name = "Юнит #13",
                                        heading = 3.6959001497913,
                                        y = 565147.94565042,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813510969575,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7176913124325,
                                            x = -220075.01133328,
                                            speed = 0,
                                            y = 563784.94972623,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 48,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 73,
                                        lat = 0.74813510969575,
                                        skill = "Excellent",
                                        long = 0.7176913124325,
                                        x = -220075.01133328,
                                        name = "Юнит #14",
                                        heading = 0.36397895650964,
                                        y = 563784.94972623,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71789764284566,
                                                lat = 0.74807948784361,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7178921182865,
                                                lat = 0.74807249465604,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7178921182865,
                                                lat = 0.74807249465604,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71799105467809,
                                                lat = 0.74802720266784,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7180112995394,
                                                lat = 0.74805086485149,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7180112995394,
                                                lat = 0.74805086485149,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71799105467809,
                                                lat = 0.74802720266784,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.7180112995394,
                                                lat = 0.74805086485149,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74807948784361,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71789764284566,
                                            x = -220335.41770754,
                                            speed = 16.666666666667,
                                            y = 564787.22120454,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74807249465604,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7178921182865,
                                            x = -220382.47656332,
                                            speed = 16.666666666667,
                                            y = 564765.7198474,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74802720266784,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71799105467809,
                                            x = -220625.9541648,
                                            speed = 16.666666666667,
                                            y = 565258.02474904,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74805086485149,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7180112995394,
                                            x = -220466.01937788,
                                            speed = 16.666666666667,
                                            y = 565338.0524199,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 101,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 APA-50",
                                        CLSID = "{82DAF699-2456-43F7-811D-76B922288915}",
                                        unitId = 148,
                                        lat = 0.74807948784361,
                                        skill = "Excellent",
                                        long = 0.71789764284566,
                                        x = -220335.41770754,
                                        name = "Юнит #53",
                                        heading = 3.6664769170691,
                                        y = 564787.22120454,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #021",
                                start_time = 110,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71789799763253,
                                                lat = 0.74807615387643,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71779243165018,
                                                lat = 0.7481177072287,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71779243165018,
                                                lat = 0.7481177072287,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71780682772194,
                                                lat = 0.74813486573399,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71780682772194,
                                                lat = 0.74813486573399,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71780682772194,
                                                lat = 0.74813486573399,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74807615387643,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71789799763253,
                                            x = -220356.49281463,
                                            speed = 16.666666666667,
                                            y = 564790.98125214,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7481177072287,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71779243165018,
                                            x = -220139.84622017,
                                            speed = 16.666666666667,
                                            y = 564269.94769672,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1304,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813486573399,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71780682772194,
                                            x = -220023.99977721,
                                            speed = 5.5555555555556,
                                            y = 564326.64613786,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 103,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural ATsP-6",
                                        CLSID = "{E8DC1D50-7463-4dfa-86D7-2F81C1214D06}",
                                        unitId = 150,
                                        lat = 0.74807615387643,
                                        skill = "Excellent",
                                        long = 0.71789799763253,
                                        x = -220356.49281463,
                                        name = "Юнит #7",
                                        heading = -1.0779404407717,
                                        y = 564790.98125214,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71790585001501,
                                                lat = 0.74808046364084,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71789775828723,
                                                lat = 0.74806989255131,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71789775828723,
                                                lat = 0.74806989255131,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71799052676566,
                                                lat = 0.74802736529275,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71800947081872,
                                                lat = 0.7480515153656,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71800947081872,
                                                lat = 0.7480515153656,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71799052676566,
                                                lat = 0.74802736529275,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71800947081872,
                                                lat = 0.7480515153656,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74808046364084,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71790585001501,
                                            x = -220325.46742462,
                                            speed = 16.666666666667,
                                            y = 564825.08323914,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74806989255131,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71789775828723,
                                            x = -220396.48483567,
                                            speed = 16.666666666667,
                                            y = 564793.79703194,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74802736529275,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71799052676566,
                                            x = -220625.15851191,
                                            speed = 16.666666666667,
                                            y = 565255.44758483,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7480515153656,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71800947081872,
                                            x = -220462.70792654,
                                            speed = 16.666666666667,
                                            y = 565329.0701432,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 109,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZiL-131 APA-80",
                                        CLSID = "{A207B91F-77F0-4647-8D74-88A9D3851EAD}",
                                        unitId = 156,
                                        lat = 0.74808046364084,
                                        skill = "Excellent",
                                        long = 0.71790585001501,
                                        x = -220325.46742462,
                                        name = "Юнит #54",
                                        heading = 3.6529059398075,
                                        y = 564825.08323914,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #022",
                                start_time = 113,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 594,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74800996456562,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71805471635641,
                                            x = -220706.78723865,
                                            speed = 0,
                                            y = 565567.31603517,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 110,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 157,
                                        lat = 0.74800996456562,
                                        skill = "Excellent",
                                        long = 0.71805471635641,
                                        x = -220706.78723865,
                                        name = "Юнит #1",
                                        heading = 2.1587989303425,
                                        y = 565567.31603517,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74801711997081,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71803945878116,
                                            x = -220668.15206067,
                                            speed = 0,
                                            y = 565491.28741105,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 111,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 158,
                                        lat = 0.74801711997081,
                                        skill = "Excellent",
                                        long = 0.71803945878116,
                                        x = -220668.15206067,
                                        name = "Юнит #11",
                                        heading = 0.49394136891958,
                                        y = 565491.28741105,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71758821082042,
                                                lat = 0.74813738667485,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71759371392237,
                                                lat = 0.74811502369571,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813738667485,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71758821082042,
                                            x = -220107.42419104,
                                            speed = 0,
                                            y = 563300.17082238,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 112,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 159,
                                        lat = 0.74813738667485,
                                        skill = "Excellent",
                                        long = 0.71758821082042,
                                        x = -220107.42419104,
                                        name = "Юнит #12",
                                        heading = 2.9631407919992,
                                        y = 563300.17082238,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813925705414,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71757478292512,
                                            x = -220101.62073206,
                                            speed = 5.5555555555556,
                                            y = 563236.04368934,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 113,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 160,
                                        lat = 0.74813925705414,
                                        skill = "Excellent",
                                        long = 0.71757478292512,
                                        x = -220101.62073206,
                                        name = "Юнит #15",
                                        heading = 4.2799812048142,
                                        y = 563236.04368934,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74819789102516,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71764194665961,
                                            x = -219697.57367611,
                                            speed = 5.5555555555556,
                                            y = 563514.03569776,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 114,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 161,
                                        lat = 0.74819789102516,
                                        skill = "Excellent",
                                        long = 0.71764194665961,
                                        x = -219697.57367611,
                                        name = "Юнит #16",
                                        heading = 5.2063303493043,
                                        y = 563514.03569776,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74803395162258,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71781435103188,
                                            x = -220663.37443075,
                                            speed = 0,
                                            y = 564425.38236006,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 115,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 162,
                                        lat = 0.74803395162258,
                                        skill = "Excellent",
                                        long = 0.71781435103188,
                                        x = -220663.37443075,
                                        name = "Юнит #21",
                                        heading = 3.5540030951872,
                                        y = 564425.38236006,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71768299388302,
                                                lat = 0.74810209403952,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71769185694359,
                                                lat = 0.74809754023529,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74810209403952,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71768299388302,
                                            x = -220289.09834877,
                                            speed = 0,
                                            y = 563766.71590506,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 116,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S comm",
                                        CLSID = "{44232141-5D7E-4c29-9425-5970278183B9}",
                                        unitId = 163,
                                        lat = 0.74810209403952,
                                        skill = "Excellent",
                                        long = 0.71768299388302,
                                        x = -220289.09834877,
                                        name = "Юнит #22",
                                        heading = 2.1821672076976,
                                        y = 563766.71590506,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74810128085878,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71768487637176,
                                            x = -220293.42147938,
                                            speed = 5.5555555555556,
                                            y = 563776.05255343,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 117,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 164,
                                        lat = 0.74810128085878,
                                        skill = "Excellent",
                                        long = 0.71768487637176,
                                        x = -220293.42147938,
                                        name = "Юнит #23",
                                        heading = 2.6476512846702,
                                        y = 563776.05255343,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #019",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74800224003381,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71790533571404,
                                            x = -220823.96666252,
                                            speed = 0,
                                            y = 564871.86821866,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 118,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S comm",
                                        CLSID = "{44232141-5D7E-4c29-9425-5970278183B9}",
                                        unitId = 165,
                                        lat = 0.74800224003381,
                                        skill = "Excellent",
                                        long = 0.71790533571404,
                                        x = -220823.96666252,
                                        name = "Юнит #24",
                                        heading = 3.4078447027407,
                                        y = 564871.86821866,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #020",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 529,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7480017521705,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71790638418178,
                                            x = -220826.59712425,
                                            speed = 0,
                                            y = 564877.09032661,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 119,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 166,
                                        lat = 0.7480017521705,
                                        skill = "Excellent",
                                        long = 0.71790638418178,
                                        x = -220826.59712425,
                                        name = "Юнит #28",
                                        heading = 2.7314653130483,
                                        y = 564877.09032661,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #023",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [19] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1274,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74322248998894,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73039792597842,
                                            x = -245329.24662816,
                                            speed = 0,
                                            y = 626626.86580648,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 178,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 279,
                                        lat = 0.74322248998894,
                                        skill = "Average",
                                        long = 0.73039792597842,
                                        x = -245329.24662816,
                                        name = "Юнит #30",
                                        heading = 1.8259787174157,
                                        y = 626626.86580648,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [19]
                            [20] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 130,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74321318049448,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73039805505524,
                                            x = -245388.49113157,
                                            speed = 0,
                                            y = 626633.64985496,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 179,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-80UD",
                                        CLSID = "{E2D06D03-13F6-4E5F-8A28-549D4CF30D9F}",
                                        unitId = 280,
                                        lat = 0.74321318049448,
                                        skill = "Average",
                                        long = 0.73039805505524,
                                        x = -245388.49113157,
                                        name = "Юнит #32",
                                        heading = 2.070143048475,
                                        y = 626633.64985496,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #024",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [20]
                            [21] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 131,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74322030427439,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73039861081451,
                                            x = -245342.83057192,
                                            speed = 5.5555555555556,
                                            y = 626631.53591839,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 180,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S comm",
                                        CLSID = "{44232141-5D7E-4c29-9425-5970278183B9}",
                                        unitId = 281,
                                        lat = 0.74322030427439,
                                        skill = "Excellent",
                                        long = 0.73039861081451,
                                        x = -245342.83057192,
                                        name = "Юнит #36",
                                        heading = 1.6704649792861,
                                        y = 626631.53591839,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #025",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [21]
                            [22] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 131,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74321747094725,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73039955573519,
                                            x = -245360.41089958,
                                            speed = 5.5555555555556,
                                            y = 626637.85855307,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 181,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 282,
                                        lat = 0.74321747094725,
                                        skill = "Excellent",
                                        long = 0.73039955573519,
                                        x = -245360.41089958,
                                        name = "Юнит #37",
                                        heading = 1.9974238199218,
                                        y = 626637.85855307,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #026",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [22]
                            [23] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [31] = 
                                            {
                                                long = 0.72608742682558,
                                                lat = 0.75162777796411,
                                            }, -- end of [31]
                                            [2] = 
                                            {
                                                long = 0.72481775682508,
                                                lat = 0.75103510485475,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.72523653766765,
                                                lat = 0.75115450612465,
                                            }, -- end of [8]
                                            [32] = 
                                            {
                                                long = 0.72623090298538,
                                                lat = 0.75166361029517,
                                            }, -- end of [32]
                                            [33] = 
                                            {
                                                long = 0.72623953381066,
                                                lat = 0.75166939247791,
                                            }, -- end of [33]
                                            [34] = 
                                            {
                                                long = 0.72624272942533,
                                                lat = 0.751677627546,
                                            }, -- end of [34]
                                            [35] = 
                                            {
                                                long = 0.72623197032594,
                                                lat = 0.75170913435847,
                                            }, -- end of [35]
                                            [9] = 
                                            {
                                                long = 0.72529633223196,
                                                lat = 0.75118720914955,
                                            }, -- end of [9]
                                            [36] = 
                                            {
                                                long = 0.72623352938702,
                                                lat = 0.75172094724737,
                                            }, -- end of [36]
                                            [37] = 
                                            {
                                                long = 0.72624100621306,
                                                lat = 0.75173144805392,
                                            }, -- end of [37]
                                            [38] = 
                                            {
                                                long = 0.7262532284095,
                                                lat = 0.75173915572197,
                                            }, -- end of [38]
                                            [39] = 
                                            {
                                                long = 0.72631188299431,
                                                lat = 0.75175495898692,
                                            }, -- end of [39]
                                            [10] = 
                                            {
                                                long = 0.72537299555286,
                                                lat = 0.7512203659338,
                                            }, -- end of [10]
                                            [40] = 
                                            {
                                                long = 0.72638019841198,
                                                lat = 0.75178078103369,
                                            }, -- end of [40]
                                            [41] = 
                                            {
                                                long = 0.72643215409699,
                                                lat = 0.75177566016495,
                                            }, -- end of [41]
                                            [42] = 
                                            {
                                                long = 0.72644077147857,
                                                lat = 0.75177602638882,
                                            }, -- end of [42]
                                            [43] = 
                                            {
                                                long = 0.7264916356858,
                                                lat = 0.75179728224507,
                                            }, -- end of [43]
                                            [11] = 
                                            {
                                                long = 0.72537680862005,
                                                lat = 0.75122313982374,
                                            }, -- end of [11]
                                            [44] = 
                                            {
                                                long = 0.72650891897485,
                                                lat = 0.75180138567576,
                                            }, -- end of [44]
                                            [45] = 
                                            {
                                                long = 0.72657244781076,
                                                lat = 0.75179860025749,
                                            }, -- end of [45]
                                            [46] = 
                                            {
                                                long = 0.72668804213831,
                                                lat = 0.75182552796434,
                                            }, -- end of [46]
                                            [3] = 
                                            {
                                                long = 0.72484480090076,
                                                lat = 0.75103427416459,
                                            }, -- end of [3]
                                            [12] = 
                                            {
                                                long = 0.72537983954578,
                                                lat = 0.75124630262381,
                                            }, -- end of [12]
                                            [48] = 
                                            {
                                                long = 0.72691076090213,
                                                lat = 0.75188220558792,
                                            }, -- end of [48]
                                            [49] = 
                                            {
                                                long = 0.72693503726432,
                                                lat = 0.75188954030827,
                                            }, -- end of [49]
                                            [50] = 
                                            {
                                                long = 0.72700357505541,
                                                lat = 0.75192128891257,
                                            }, -- end of [50]
                                            [51] = 
                                            {
                                                long = 0.72703819844435,
                                                lat = 0.75193285737708,
                                            }, -- end of [51]
                                            [13] = 
                                            {
                                                long = 0.72538639852858,
                                                lat = 0.75126103611945,
                                            }, -- end of [13]
                                            [52] = 
                                            {
                                                long = 0.72705639648376,
                                                lat = 0.75193884853403,
                                            }, -- end of [52]
                                            [53] = 
                                            {
                                                long = 0.72706047067034,
                                                lat = 0.75194944854815,
                                            }, -- end of [53]
                                            [54] = 
                                            {
                                                long = 0.72706903033968,
                                                lat = 0.75196826238552,
                                            }, -- end of [54]
                                            [55] = 
                                            {
                                                long = 0.72713994469193,
                                                lat = 0.75205665435778,
                                            }, -- end of [55]
                                            [14] = 
                                            {
                                                long = 0.72539824694722,
                                                lat = 0.75127380100473,
                                            }, -- end of [14]
                                            [56] = 
                                            {
                                                long = 0.72715124515462,
                                                lat = 0.75206458362916,
                                            }, -- end of [56]
                                            [57] = 
                                            {
                                                long = 0.7273945834994,
                                                lat = 0.75213917727957,
                                            }, -- end of [57]
                                            [58] = 
                                            {
                                                long = 0.72740642091976,
                                                lat = 0.75214784896119,
                                            }, -- end of [58]
                                            [59] = 
                                            {
                                                long = 0.72741759339252,
                                                lat = 0.75216614760711,
                                            }, -- end of [59]
                                            [15] = 
                                            {
                                                long = 0.72541450207323,
                                                lat = 0.75128364330488,
                                            }, -- end of [15]
                                            [60] = 
                                            {
                                                long = 0.72742267344706,
                                                lat = 0.75217023350642,
                                            }, -- end of [60]
                                            [61] = 
                                            {
                                                long = 0.7275060778964,
                                                lat = 0.75217751541824,
                                            }, -- end of [61]
                                            [62] = 
                                            {
                                                long = 0.727544910036,
                                                lat = 0.75218694760214,
                                            }, -- end of [62]
                                            [1] = 
                                            {
                                                long = 0.72481775682508,
                                                lat = 0.75103510485475,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.72493344775859,
                                                lat = 0.75102086484153,
                                            }, -- end of [4]
                                            [16] = 
                                            {
                                                long = 0.72546151007276,
                                                lat = 0.75129909447971,
                                            }, -- end of [16]
                                            [64] = 
                                            {
                                                long = 0.72771479044163,
                                                lat = 0.75221099533771,
                                            }, -- end of [64]
                                            [65] = 
                                            {
                                                long = 0.72774278896783,
                                                lat = 0.75222180256466,
                                            }, -- end of [65]
                                            [66] = 
                                            {
                                                long = 0.72780180961268,
                                                lat = 0.75225558609829,
                                            }, -- end of [66]
                                            [17] = 
                                            {
                                                long = 0.72549357453438,
                                                lat = 0.75132626844023,
                                            }, -- end of [17]
                                            [68] = 
                                            {
                                                long = 0.72788028271458,
                                                lat = 0.75229203683496,
                                            }, -- end of [68]
                                            [69] = 
                                            {
                                                long = 0.72792932214951,
                                                lat = 0.75230687975758,
                                            }, -- end of [69]
                                            [70] = 
                                            {
                                                long = 0.72798060256319,
                                                lat = 0.75231715389714,
                                            }, -- end of [70]
                                            [18] = 
                                            {
                                                long = 0.72550283727333,
                                                lat = 0.75133279119856,
                                            }, -- end of [18]
                                            [72] = 
                                            {
                                                long = 0.72817195522257,
                                                lat = 0.75235254411642,
                                            }, -- end of [72]
                                            [73] = 
                                            {
                                                long = 0.72819530309433,
                                                lat = 0.7523562451381,
                                            }, -- end of [73]
                                            [74] = 
                                            {
                                                long = 0.72821920553098,
                                                lat = 0.75235558613912,
                                            }, -- end of [74]
                                            [19] = 
                                            {
                                                long = 0.72563904660562,
                                                lat = 0.7513851499403,
                                            }, -- end of [19]
                                            [76] = 
                                            {
                                                long = 0.72843900258765,
                                                lat = 0.75236733564855,
                                            }, -- end of [76]
                                            [77] = 
                                            {
                                                long = 0.72845817377574,
                                                lat = 0.75237253228854,
                                            }, -- end of [77]
                                            [5] = 
                                            {
                                                long = 0.72496405596891,
                                                lat = 0.75102091956045,
                                            }, -- end of [5]
                                            [20] = 
                                            {
                                                long = 0.72564904579415,
                                                lat = 0.75139004650997,
                                            }, -- end of [20]
                                            [80] = 
                                            {
                                                long = 0.72858414112423,
                                                lat = 0.75237091885427,
                                            }, -- end of [80]
                                            [81] = 
                                            {
                                                long = 0.72867481621467,
                                                lat = 0.75237574399525,
                                            }, -- end of [81]
                                            [82] = 
                                            {
                                                long = 0.72867481621467,
                                                lat = 0.75237574399525,
                                            }, -- end of [82]
                                            [21] = 
                                            {
                                                long = 0.72572844266582,
                                                lat = 0.75145618573467,
                                            }, -- end of [21]
                                            [84] = 
                                            {
                                                long = 0.72872570910539,
                                                lat = 0.75237030358284,
                                            }, -- end of [84]
                                            [22] = 
                                            {
                                                long = 0.72575002625641,
                                                lat = 0.75146962582829,
                                            }, -- end of [22]
                                            [23] = 
                                            {
                                                long = 0.7258298456786,
                                                lat = 0.75150213349387,
                                            }, -- end of [23]
                                            [6] = 
                                            {
                                                long = 0.72502205859811,
                                                lat = 0.75106389150816,
                                            }, -- end of [6]
                                            [24] = 
                                            {
                                                long = 0.72584807250839,
                                                lat = 0.75151300048146,
                                            }, -- end of [24]
                                            [25] = 
                                            {
                                                long = 0.72586209471921,
                                                lat = 0.7515266970607,
                                            }, -- end of [25]
                                            [26] = 
                                            {
                                                long = 0.72588599522975,
                                                lat = 0.75157104406917,
                                            }, -- end of [26]
                                            [27] = 
                                            {
                                                long = 0.72589774820537,
                                                lat = 0.75158153677123,
                                            }, -- end of [27]
                                            [7] = 
                                            {
                                                long = 0.72506116175481,
                                                lat = 0.75108567681647,
                                            }, -- end of [7]
                                            [28] = 
                                            {
                                                long = 0.72591392591227,
                                                lat = 0.75158847643465,
                                            }, -- end of [28]
                                            [47] = 
                                            {
                                                long = 0.72686613925569,
                                                lat = 0.75184690607508,
                                            }, -- end of [47]
                                            [63] = 
                                            {
                                                long = 0.72768467487709,
                                                lat = 0.75220411747197,
                                            }, -- end of [63]
                                            [78] = 
                                            {
                                                long = 0.72848525922294,
                                                lat = 0.75237539273297,
                                            }, -- end of [78]
                                            [29] = 
                                            {
                                                long = 0.72597432752403,
                                                lat = 0.75159701483361,
                                            }, -- end of [29]
                                            [67] = 
                                            {
                                                long = 0.72783403682592,
                                                lat = 0.75227273993615,
                                            }, -- end of [67]
                                            [71] = 
                                            {
                                                long = 0.72807173486855,
                                                lat = 0.75232742932885,
                                            }, -- end of [71]
                                            [75] = 
                                            {
                                                long = 0.72833340530114,
                                                lat = 0.75233165907725,
                                            }, -- end of [75]
                                            [30] = 
                                            {
                                                long = 0.72601339588931,
                                                lat = 0.75160457604335,
                                            }, -- end of [30]
                                            [79] = 
                                            {
                                                long = 0.72855094287839,
                                                lat = 0.75237174872814,
                                            }, -- end of [79]
                                            [83] = 
                                            {
                                                long = 0.72869079986787,
                                                lat = 0.75237659410129,
                                            }, -- end of [83]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.72872566193273,
                                                lat = 0.75237016488173,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.72872566193273,
                                                lat = 0.75237016488173,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 523,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75103510485475,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72481775682508,
                                            x = -198282.43909707,
                                            speed = 8.3333333333333,
                                            y = 595290.34123491,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 762,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.75237030358284,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72872570910539,
                                            x = -187886.15073956,
                                            speed = 8.3333333333333,
                                            y = 612663.23241725,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 197,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 350,
                                        lat = 0.75103510485475,
                                        skill = "Excellent",
                                        long = 0.72481775682508,
                                        x = -198282.43909707,
                                        name = "Юнит #41",
                                        heading = 1.1319934057281,
                                        y = 595290.34123491,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 351,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #43",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 352,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #44",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 353,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #46",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 354,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #48",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "T-72B",
                                        CLSID = "{40B742B7-3683-4fe5-A72A-A4E7E428159F}",
                                        unitId = 355,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #50",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 356,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #52",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 357,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #55",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 358,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #56",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 359,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #57",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "BMP-3",
                                        CLSID = "{616C3D4B-37BA-47EA-BC78-EBDDF62C086E}",
                                        unitId = 360,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #58",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 361,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #59",
                                        heading = 1.3962634015955,
                                        y = 595293.68499884,
                                    }, -- end of [12]
                                    [13] = 
                                    {
                                        type = "KAMAZ Truck",
                                        CLSID = "{254D09EB-5591-4D42-B513-3A15B9965B63}",
                                        unitId = 362,
                                        lat = 0.75103508292539,
                                        skill = "Excellent",
                                        long = 0.72481847091694,
                                        x = -198282.23326694,
                                        name = "Юнит #60",
                                        heading = 1.260958734448,
                                        y = 595293.68499884,
                                    }, -- end of [13]
                                }, -- end of units
                                name = "Наземная группа #027",
                                start_time = 600,
                                task = "Nothing",
                            }, -- end of [23]
                            [24] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 81,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74361825765636,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72864292274171,
                                            x = -243680.68747196,
                                            speed = 0,
                                            y = 618112.56648647,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 209,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 389,
                                        lat = 0.74361825765636,
                                        skill = "Average",
                                        long = 0.72864292274171,
                                        x = -243680.68747196,
                                        name = "Юнит #62",
                                        heading = 2.2264919530364,
                                        y = 618112.56648647,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #029",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [24]
                            [25] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 401,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74362546507228,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72867337770415,
                                            x = -243620.05749762,
                                            speed = 0,
                                            y = 618251.3550699,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 210,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 390,
                                        lat = 0.74362546507228,
                                        skill = "Average",
                                        long = 0.72867337770415,
                                        x = -243620.05749762,
                                        name = "Юнит #61",
                                        heading = 2.3961731773156,
                                        y = 618251.3550699,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #028",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [25]
                            [26] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 90,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74283091237691,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72911016873235,
                                            x = -248464.66182843,
                                            speed = 0,
                                            y = 620832.19741144,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 211,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 391,
                                        lat = 0.74283091237691,
                                        skill = "Average",
                                        long = 0.72911016873235,
                                        x = -248464.66182843,
                                        name = "Юнит #63",
                                        heading = 0.29145679447787,
                                        y = 620832.19741144,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #030",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [26]
                            [27] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 90,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74281116725688,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72911715966383,
                                            x = -248586.97507895,
                                            speed = 0,
                                            y = 620878.16743288,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 212,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S comm",
                                        CLSID = "{44232141-5D7E-4c29-9425-5970278183B9}",
                                        unitId = 392,
                                        lat = 0.74281116725688,
                                        skill = "Average",
                                        long = 0.72911715966383,
                                        x = -248586.97507895,
                                        name = "Юнит #64",
                                        heading = 3.2081608173656,
                                        y = 620878.16743288,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #032",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [27]
                            [28] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 90,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74280712116993,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72910271271838,
                                            x = -248619.94029935,
                                            speed = 0,
                                            y = 620812.92868161,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 213,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 393,
                                        lat = 0.74280712116993,
                                        skill = "Average",
                                        long = 0.72910271271838,
                                        x = -248619.94029935,
                                        name = "Юнит #65",
                                        heading = 3.4330494480677,
                                        y = 620812.92868161,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #033",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [28]
                            [29] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 88,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74284054229893,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72908992523445,
                                            x = -248413.38446413,
                                            speed = 5.5555555555556,
                                            y = 620730.63118056,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 214,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-18 Igla-S manpad",
                                        CLSID = "{277D9D98-C741-4e14-8B07-F7966C490284}",
                                        unitId = 394,
                                        lat = 0.74284054229893,
                                        skill = "Average",
                                        long = 0.72908992523445,
                                        x = -248413.38446413,
                                        name = "Юнит #66",
                                        heading = 3.8502189257175,
                                        y = 620730.63118056,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #034",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [29]
                            [30] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 88,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74284191800903,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72908839270647,
                                            x = -248405.38267312,
                                            speed = 0,
                                            y = 620722.51304411,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 215,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 395,
                                        lat = 0.74284191800903,
                                        skill = "Average",
                                        long = 0.72908839270647,
                                        x = -248405.38267312,
                                        name = "Юнит #67",
                                        heading = 5.6629358211968,
                                        y = 620722.51304411,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #035",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [30]
                            [31] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 88,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74364562989424,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72869650019766,
                                            x = -243480.10954462,
                                            speed = 0,
                                            y = 618346.70725992,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 216,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "BMP-2",
                                        CLSID = "{EBF0085E-E84E-401B-9F66-9C2B2BC7D214}",
                                        unitId = 396,
                                        lat = 0.74364562989424,
                                        skill = "Average",
                                        long = 0.72869650019766,
                                        x = -243480.10954462,
                                        name = "Юнит #68",
                                        heading = 2.677945044589,
                                        y = 618346.70725992,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #036",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [31]
                            [32] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 80,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74361331776968,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72860756608577,
                                            x = -243729.23958047,
                                            speed = 0,
                                            y = 617949.16572386,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 217,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 397,
                                        lat = 0.74361331776968,
                                        skill = "Excellent",
                                        long = 0.72860756608577,
                                        x = -243729.23958047,
                                        name = "Юнит #69",
                                        heading = 3.2365443599325,
                                        y = 617949.16572386,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #037",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [32]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "Самолетная группа #001",
                                groupId = 28,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74762583781651,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71877753777135,
                                            x = -222824.65871623,
                                            speed = 105.55555555556,
                                            y = 569197.53187342,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 24,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 49,
                                        lat = 0.74762583781651,
                                        skill = "Excellent",
                                        long = 0.71877753777135,
                                        x = -222824.65871623,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 569197.53187342,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Самолетная группа #005",
                                groupId = 93,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74178426693064,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72427382608481,
                                            x = -257474.86241368,
                                            speed = 166.66666666667,
                                            y = 598733.0458319,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74182032470761,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72871201441571,
                                            x = -255101.0054595,
                                            speed = 166.66666666667,
                                            y = 619630.80405513,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74755349909544,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72873774190569,
                                                    radius = 1000,
                                                    y = 612732.99124171,
                                                    x = -188010.01506985,
                                                    lat = 0.75234991779973,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72873893682106,
                                            x = -218563.52661151,
                                            speed = 166.66666666667,
                                            y = 615946.42500676,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74880409801666,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71996733540897,
                                            x = -214777.73575037,
                                            speed = 166.66666666667,
                                            y = 574034.11032755,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74444134573962,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72236382787455,
                                            x = -241443.92419805,
                                            speed = 166.66666666667,
                                            y = 588038.05343089,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74327009108371,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73103696136069,
                                            x = -244708.04239604,
                                            speed = 166.66666666667,
                                            y = 629601.09884727,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74602527795596,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73096033725657,
                                            x = -227193.39590286,
                                            speed = 166.66666666667,
                                            y = 627382.36971839,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74715011678716,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72153242013132,
                                            x = -224578.82751726,
                                            speed = 166.66666666667,
                                            y = 582411.25414515,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74548236021361,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72256269786298,
                                            x = -234719.1455196,
                                            speed = 166.66666666667,
                                            y = 588305.13171805,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74479215789416,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72722626013088,
                                            x = -236886.7677252,
                                            speed = 166.66666666667,
                                            y = 610673.57500146,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7470852028963,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7272109625215,
                                            x = -222286.38769176,
                                            speed = 166.66666666667,
                                            y = 609084.64041927,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7484067547339,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71673026319841,
                                            x = -218782.04244621,
                                            speed = 166.66666666667,
                                            y = 559109.81914064,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74652120935737,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71813436298319,
                                            x = -230153.46605364,
                                            speed = 166.66666666667,
                                            y = 566854.47019408,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74556307877156,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72586676549632,
                                            x = -232632.66518988,
                                            speed = 166.66666666667,
                                            y = 603768.97835949,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74710860069496,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72580661427081,
                                            x = -222816.36124164,
                                            speed = 166.66666666667,
                                            y = 602485.28169813,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 15,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [16]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 123,
                                        lat = 0.74178426693064,
                                        skill = "Excellent",
                                        long = 0.72427382608481,
                                        x = -257474.86241368,
                                        name = "Пилот #15",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 598733.0458319,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 124,
                                        lat = 0.74177726693064,
                                        skill = "Excellent",
                                        long = 0.72428082608481,
                                        x = -257516.17351166,
                                        name = "Пилот #16",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 598770.5534066,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #006",
                                groupId = 94,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 73,
                                            type = "Turning Point",
                                            action = "Lock Altitude",
                                            lat = 0.74785052518856,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71826581594841,
                                            x = -221626.3155734,
                                            speed = 333.33333333333,
                                            y = 566657.2381973,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Lock Altitude",
                                            lat = 0.74819016514603,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71751004722759,
                                            x = -219806.80681187,
                                            speed = 333.33333333333,
                                            y = 562900.54174796,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 320,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 125,
                                        lat = 0.74785052518856,
                                        skill = "Excellent",
                                        long = 0.71826581594841,
                                        x = -221626.3155734,
                                        name = "Пилот #17",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 566657.2381973,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 9,
                                            name = 109,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 126,
                                        lat = 0.74784352518856,
                                        skill = "Excellent",
                                        long = 0.71827281594841,
                                        x = -221667.71848948,
                                        name = "Пилот #18",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 566694.45704981,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 0,
                                            name = 110,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "Самолетная группа #007",
                                groupId = 184,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74822212624762,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71744245283595,
                                            x = -219633.98143211,
                                            speed = 138.88888888889,
                                            y = 562563.55412761,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75244780946719,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.7283832067882,
                                                    radius = 1000,
                                                    y = 611080.52683297,
                                                    x = -188224.0109354,
                                                    lat = 0.75234338656481,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Point",
                                                        [3] = "Helicopters",
                                                        [4] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.72872331063637,
                                                    radius = 1000,
                                                    y = 612663.35085885,
                                                    x = -187994.84123206,
                                                    lat = 0.752353428355,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                        [3] = "Point",
                                                        [4] = "Helicopters",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.72877030358122,
                                                    radius = 1000,
                                                    y = 612887.77043005,
                                                    x = -188021.87827197,
                                                    lat = 0.75234550921178,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                        [3] = "Helicopters",
                                                        [4] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.7300246696808,
                                                    radius = 1000,
                                                    y = 618822.99235605,
                                                    x = -188219.20449177,
                                                    lat = 0.75221644361518,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                        [3] = "Helicopters",
                                                        [4] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                            }, -- end of targets
                                            long = 0.72717788924047,
                                            x = -188141.84717144,
                                            speed = 138.88888888889,
                                            y = 605375.96793761,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 776,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 285,
                                        lat = 0.748055,
                                        skill = "Player",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Игрок",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74884}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{96A7F676-F956-404A-AD04-F33FB2C74884}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 5,
                                            name = "125",
                                        }, -- end of callsign
                                        onboard_num = 88,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 286,
                                        lat = 0.748048,
                                        skill = "Excellent",
                                        y = 564424.27758166,
                                        long = 0.717816,
                                        x = -220573.13934267,
                                        name = "Пилот #14",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 6,
                                            name = "126",
                                        }, -- end of callsign
                                        onboard_num = 89,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 3.6302848441482,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74817690929303,
                                            long = 0.71768715236215,
                                            x = -219810.65119465,
                                            name = "",
                                            speed = 0,
                                            y = 563739.15863021,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                lat = 0.74817690929303,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 45,
                                        lat = 0.74817690929303,
                                        rate = "70",
                                        long = 0.71768715236215,
                                        x = -219810.65119465,
                                        name = "Стат. объект #002",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563739.15863021,
                                        heading = 3.6302848441482,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71768715236215,
                                name = "Стат. объект #002",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 3.6302848441482,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74816893959489,
                                            long = 0.7177047488205,
                                            x = -219853.4089043,
                                            name = "",
                                            speed = 0,
                                            y = 563826.6642078,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                lat = 0.74816893959489,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 46,
                                        lat = 0.74816893959489,
                                        rate = "70",
                                        long = 0.7177047488205,
                                        x = -219853.4089043,
                                        name = "Стат. объект #003",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563826.6642078,
                                        heading = 3.6302848441482,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7177047488205,
                                name = "Стат. объект #003",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 3.6302848441482,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7481611326008,
                                            long = 0.71772154910469,
                                            x = -219895.49253015,
                                            name = "",
                                            speed = 0,
                                            y = 563910.33494346,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                lat = 0.7481611326008,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 47,
                                        lat = 0.7481611326008,
                                        rate = "70",
                                        long = 0.71772154910469,
                                        x = -219895.49253015,
                                        name = "Стат. объект #004",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563910.33494346,
                                        heading = 3.6302848441482,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71772154910469,
                                name = "Стат. объект #004",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 3.5953782591083,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74808526132337,
                                            long = 0.71788286628734,
                                            x = -220305.36616784,
                                            name = "",
                                            speed = 0,
                                            y = 564714.31673281,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                lat = 0.74808526132337,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 55,
                                        lat = 0.74808526132337,
                                        long = 0.71788286628734,
                                        x = -220305.36616784,
                                        name = "Стат. объект #005",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564714.31673281,
                                        heading = 3.5953782591083,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71788286628734,
                                name = "Стат. объект #005",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 3.6302848441482,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7480913601032,
                                            long = 0.71786915283338,
                                            x = -220272.75877802,
                                            name = "",
                                            speed = 0,
                                            y = 564646.1915752,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                lat = 0.7480913601032,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 56,
                                        lat = 0.7480913601032,
                                        long = 0.71786915283338,
                                        x = -220272.75877802,
                                        name = "Стат. объект #006",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564646.1915752,
                                        heading = 3.6302848441482,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71786915283338,
                                name = "Стат. объект #006",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 3.6302848441482,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74809770287083,
                                            long = 0.71785517870542,
                                            x = -220238.7158661,
                                            name = "",
                                            speed = 0,
                                            y = 564576.69091365,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 34,
                                lat = 0.74809770287083,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 57,
                                        lat = 0.74809770287083,
                                        long = 0.71785517870542,
                                        x = -220238.7158661,
                                        name = "Стат. объект #007",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564576.69091365,
                                        heading = 3.6302848441482,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71785517870542,
                                name = "Стат. объект #007",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 3.6128315516283,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74804940119619,
                                            long = 0.71797039174323,
                                            x = -220493.95770236,
                                            name = "",
                                            speed = 0,
                                            y = 565147.19460091,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 52,
                                lat = 0.74804940119619,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 77,
                                        lat = 0.74804940119619,
                                        rate = 100,
                                        long = 0.71797039174323,
                                        x = -220493.95770236,
                                        name = "Стат. объект #008",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 565147.19460091,
                                        heading = 3.6128315516283,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71797039174323,
                                name = "Стат. объект #008",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 3.5953782591083,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74812884802804,
                                            long = 0.71781452935517,
                                            x = -220058.82644094,
                                            name = "",
                                            speed = 0,
                                            y = 564366.53651115,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 53,
                                lat = 0.74812884802804,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 78,
                                        lat = 0.74812884802804,
                                        long = 0.71781452935517,
                                        x = -220058.82644094,
                                        name = "Стат. объект #009",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564366.53651115,
                                        heading = 3.5953782591083,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71781452935517,
                                name = "Стат. объект #009",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 1.3089969389957,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74321852332504,
                                            long = 0.73039652702131,
                                            x = -245355.21345776,
                                            name = "",
                                            speed = 0,
                                            y = 626622.92052095,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 177,
                                lat = 0.74321852332504,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "block-onroad",
                                        type = ".Block on road",
                                        CLSID = "{B54053A8-B054-4a0b-871C-6DDA65ED90EF}",
                                        unitId = 278,
                                        lat = 0.74321852332504,
                                        long = 0.73039652702131,
                                        x = -245355.21345776,
                                        name = "Стат. объект #042",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 626622.92052095,
                                        heading = 1.3089969389957,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73039652702131,
                                name = "Стат. объект #042",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 5.7640391929331,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75235408148283,
                                            long = 0.72840814029319,
                                            x = -188143.82380947,
                                            name = "",
                                            speed = 0,
                                            y = 611189.94162456,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 204,
                                lat = 0.75235408148283,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 384,
                                        lat = 0.75235408148283,
                                        long = 0.72840814029319,
                                        x = -188143.82380947,
                                        name = "Стат. объект #046",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611189.94162456,
                                        heading = 5.7640391929331,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72840814029319,
                                name = "Стат. объект #046",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 5.7640391929331,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75235669399816,
                                            long = 0.72840748018269,
                                            x = -188127.50128983,
                                            name = "",
                                            speed = 0,
                                            y = 611185.10556881,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 207,
                                lat = 0.75235669399816,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "landmine",
                                        type = "Landmine",
                                        CLSID = "{30D37BB2-F438-45ae-B09D-F00B1EFCB790}",
                                        unitId = 387,
                                        lat = 0.75235669399816,
                                        long = 0.72840748018269,
                                        x = -188127.50128983,
                                        name = "Стат. объект #049",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 611185.10556881,
                                        heading = 5.7640391929331,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72840748018269,
                                name = "Стат. объект #049",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 4.1887902047864,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74363485907935,
                                            long = 0.72862298257156,
                                            x = -243584.55679167,
                                            name = "",
                                            speed = 0,
                                            y = 618007.54877999,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 218,
                                lat = 0.74363485907935,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 398,
                                        lat = 0.74363485907935,
                                        rate = 100,
                                        long = 0.72862298257156,
                                        x = -243584.55679167,
                                        name = "Стат. объект #043",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 618007.54877999,
                                        heading = 4.1887902047864,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72862298257156,
                                name = "Стат. объект #043",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 4.1887902047864,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74365858740693,
                                            long = 0.72861781681306,
                                            x = -243435.88450086,
                                            name = "",
                                            speed = 0,
                                            y = 617967.45173469,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 219,
                                lat = 0.74365858740693,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 399,
                                        lat = 0.74365858740693,
                                        long = 0.72861781681306,
                                        x = -243435.88450086,
                                        name = "Стат. объект #044",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617967.45173469,
                                        heading = 4.1887902047864,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72861781681306,
                                name = "Стат. объект #044",
                                dead = false,
                            }, -- end of [13]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Скала",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 161820,
    start_time = 5896800,
    forcedOptions = 
    {
        padlock = true,
        optionsView = "optview_all",
        geffect = "realistic",
        civTraffic = 0,
        aftSwitching = true,
        externalViews = false,
        scenes = "medium",
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "АВТОПИЛОТ",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
